Skip to content

Commit

Permalink
Docs: Fix typo in world api.md (ArchipelagoMW#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
el-u authored Jun 2, 2023
1 parent b98080a commit 54b2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/world api.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ on a single item. It can be used to reject placement of an item there.
### Your World

All code for your world implementation should be placed in a python package in
the `/worlds` directory. The starting point for the package is `__init.py__`.
the `/worlds` directory. The starting point for the package is `__init__.py`.
Conventionally, your world class is placed in that file.

World classes must inherit from the `World` class in `/worlds/AutoWorld.py`,
Expand Down

0 comments on commit 54b2004

Please sign in to comment.