Skip to content

Commit

Permalink
[python_asyncio.rst] Fix #7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarinho authored Oct 3, 2024
1 parent 19937a1 commit 19246d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/preamble/python/python_asyncio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Aside from that, there are only two key differences with the :code:`await` logic

.. code-block:: console
cd ~/ros2_tutorials_preamble/python/
cd ~/ros2_tutorials_preamble/python/minimalist_package/
python3 -m minimalist_package.minimalist_async.async_callback_example
Depending on our luck, we will have a very illustrative result like the one below. This example shows that, with the :code:`callback` logic, when the second task
Expand Down

0 comments on commit 19246d4

Please sign in to comment.