mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 03:23:24 -07:00
Docs: minor updates to recommend modern PEP8 (#2384)
* docs: update world api for modern PEP8 conventions * docs: update options api for modern PEP8 styling * missed a spot
This commit is contained in:
@@ -31,7 +31,7 @@ As an example, suppose we want an option that lets the user start their game wit
|
||||
create our option class (with a docstring), give it a `display_name`, and add it to our game's options dataclass:
|
||||
|
||||
```python
|
||||
# Options.py
|
||||
# options.py
|
||||
from dataclasses import dataclass
|
||||
|
||||
from Options import Toggle, PerGameCommonOptions
|
||||
|
||||
Reference in New Issue
Block a user