From ea503aea8bab2ed4ed766ce5568b6c179fe0ad60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20L=C3=B3pez=20Broce=C3=B1o?= Date: Tue, 5 Mar 2024 23:05:13 +0100 Subject: [PATCH] fixed small typo in navigation_py docs pythong->python --- docs/example_navigation_py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example_navigation_py.md b/docs/example_navigation_py.md index ff689a3b..43462208 100644 --- a/docs/example_navigation_py.md +++ b/docs/example_navigation_py.md @@ -167,7 +167,7 @@ plt.show() ```python # Note: to use the direct interface you need to build using -# .with_build_pythong_bindings() +# .with_build_python_bindings() import sys # Use Direct Interface