diff --git a/Docs/configuring_the_simulation.md b/Docs/configuring_the_simulation.md index 3312cc2c5..4fd1b2390 100644 --- a/Docs/configuring_the_simulation.md +++ b/Docs/configuring_the_simulation.md @@ -139,7 +139,7 @@ camera.listen(image_queue.put) while True: world.tick() - timestamp = world.wait_for_tick() + world_snapshot = world.wait_for_tick() image = image_queue.get() ```