From 04352cce7bb0ef03e5b30171dd84b1d128962ebf Mon Sep 17 00:00:00 2001 From: "Isaac I.Y. Saito" <130s@users.noreply.github.com> Date: Mon, 26 Apr 2021 08:44:49 -0400 Subject: [PATCH] [rep-0151] rst not rendering Python shebang code, which is crucial in the context. (#316) * [rep-0151] rst not rendering Python shebang code, which is crucial in the context. * [rep-0151] Correct code block for Python shebang Co-authored-by: Chris Lalancette --- rep-0151.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rep-0151.rst b/rep-0151.rst index a63ad550f..1af100cfb 100644 --- a/rep-0151.rst +++ b/rep-0151.rst @@ -175,7 +175,7 @@ Shebangs and reliance on the Python command ''''''''''''''''''''''''''''''''''''''''''' Python scripts on UNIX systems typically have shebang lines written as: -.. code-block: bash +.. code-block:: bash #!/usr/bin/env python @@ -207,7 +207,7 @@ Python 3 equivalents. Packages using the same code base for multiple ROS distros should instead use conditional dependencies as described in REP 149 [5]_. -.. code-block: xml +.. code-block:: xml python-numpy python3-numpy