Skip to content

Commit 115ad41

Browse files
Fix (#5336) (#5337)
(cherry picked from commit 6395e46) Co-authored-by: Nils-Christian Iseke <[email protected]>
1 parent 179ec0c commit 115ad41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/How-To-Guides/Developing-a-ROS-2-Package.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ To create a package for a specific client library:
4040

4141
.. group-tab:: C++
4242

43-
.. code-block:: bash
43+
.. code-block:: console
4444
4545
$ ros2 pkg create --build-type ament_cmake --license Apache-2.0 <pkg-name> --dependencies [deps]
4646
4747
.. group-tab:: Python
4848

49-
.. code-block:: bash
49+
.. code-block:: console
5050
5151
$ ros2 pkg create --build-type ament_python --license Apache-2.0 <pkg-name> --dependencies [deps]
5252

0 commit comments

Comments
 (0)