Skip to content

Commit fd7efc6

Browse files
el-uJouramie
authored andcommitted
Docs: Fix typo in world api.md (ArchipelagoMW#1854)
1 parent c45ac39 commit fd7efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/world api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ on a single item. It can be used to reject placement of an item there.
192192
### Your World
193193

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

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

0 commit comments

Comments
 (0)