Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoldi authored Oct 4, 2024
1 parent 5c793d5 commit c32fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ Steps:
1. Import Necessary Modules:

```python
pythonfrom image_transport_py import ImageTransport
import rclpy
from rclpy.node import Node
from image_transport_py import ImageTransport

```

Expand Down

0 comments on commit c32fb4f

Please sign in to comment.