Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed small typo in navigation_py docs: pythong->python #336

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

ivrolan
Copy link
Contributor

@ivrolan ivrolan commented Mar 5, 2024

Main Changes

Fixes #335 changing changing .with_build_pythong_bindings() to .with_build_python_bindings() as explained below:

In the python example for navigation, the proposed codeblock for the use of the functions using the Direct Interface, there is a note that says

# Note: to use the direct interface you need to build using
#       .with_build_pythong_bindings()
import sys
....

However, this does not exist. I supposed it was a small spelling mistake and I fixed in this PR to:

# Note: to use the direct interface you need to build using
#       .with_build_python_bindings()
import sys
....

Copy link
Owner

@alphaville alphaville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for spotting this typo!

@alphaville alphaville merged commit c7daff6 into alphaville:master Mar 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small typo in python navigation example
2 participants