Skip to content

Commit

Permalink
tutorials/06_python_support: Fix tutorial snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <[email protected]>
  • Loading branch information
peci1 authored Sep 15, 2024
1 parent 8b184b3 commit e63332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/06_python_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ We can declare the topic remapping option using the following code:
# Create a transport node and remap a topic.
nodeOpts = NodeOptions()
nodeOpts.add_topic_remap("/foo", "/bar")
nodeOpts.add_topic_remap("/example_stringmsg_topic", "/bar")
node = Node(nodeOpts)
```

Expand Down

0 comments on commit e63332f

Please sign in to comment.