diff --git a/documentation/src/api_navigation.rst b/documentation/src/api_navigation.rst index 3c550ea..7845a10 100644 --- a/documentation/src/api_navigation.rst +++ b/documentation/src/api_navigation.rst @@ -26,7 +26,7 @@ It can be used with the following code pattern: .. code-block:: python - with self.saved_context: + with self.saved_context(): self.rectangularWall(x, h, move="right") self.rectangularWall(y, h, move="right") self.rectangularWall(y, h, move="right")