Skip to content

Commit

Permalink
tutorials/06_python_support: Fix tutorial snippet (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <peci1@seznam.cz>
  • Loading branch information
peci1 committed Sep 16, 2024
1 parent c1fc0f5 commit d7921e4
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 @@ -354,7 +354,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 d7921e4

Please sign in to comment.