From f83cea732e6fa5e5ff125a3844ae467ac90d4c59 Mon Sep 17 00:00:00 2001 From: Jeffrey Kane Johnson <3472525+togaen@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:59:54 -0400 Subject: [PATCH] doc fix: load_map -> load_world (#1914) --- Docs/configuring_the_simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/configuring_the_simulation.md b/Docs/configuring_the_simulation.md index a3bc53b33..110107d28 100644 --- a/Docs/configuring_the_simulation.md +++ b/Docs/configuring_the_simulation.md @@ -16,7 +16,7 @@ Changing the map The map can be changed from the Python API with ```py -world = client.load_map('Town01') +world = client.load_world('Town01') ``` this creates an empty world with default settings. The list of currently