doc fix: load_map -> load_world (#1914)

This commit is contained in:
Jeffrey Kane Johnson 2019-07-30 13:59:54 -04:00 committed by Marc Garcia Puig
parent d70f5e19fd
commit f83cea732e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Changing the map
The map can be changed from the Python API with The map can be changed from the Python API with
```py ```py
world = client.load_map('Town01') world = client.load_world('Town01')
``` ```
this creates an empty world with default settings. The list of currently this creates an empty world with default settings. The list of currently