From 54b200451d50ead9fb5084c6e16bfa94c4c65a87 Mon Sep 17 00:00:00 2001 From: el-u <109771707+el-u@users.noreply.github.com> Date: Fri, 2 Jun 2023 05:56:44 +0200 Subject: [PATCH] Docs: Fix typo in world api.md (#1854) --- docs/world api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/world api.md b/docs/world api.md index f1a12562..cc764ba3 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -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`,