We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ac39 commit fd7efc6Copy full SHA for fd7efc6
docs/world api.md
@@ -192,7 +192,7 @@ on a single item. It can be used to reject placement of an item there.
192
### Your World
193
194
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__`.
+the `/worlds` directory. The starting point for the package is `__init__.py`.
196
Conventionally, your world class is placed in that file.
197
198
World classes must inherit from the `World` class in `/worlds/AutoWorld.py`,
0 commit comments