Skip to content

Commit a86951d

Browse files
Fix a WARNING when building the Using-Python-Packages file. (#5059) (#5061)
Sphinx doesn't seem to like an unclosed single-quote in the console text, and prints a "Lexing literal_block" warning. Fix that here by getting rid of the contraction. Signed-off-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit fc0907f) Co-authored-by: Chris Lalancette <clalancette@gmail.com>
1 parent 6fb8a1d commit a86951d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/How-To-Guides/Using-Python-Packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Then setup your virtual environment:
7878
# Make a virtual env and activate it
7979
virtualenv -p python3 ./venv
8080
source ./venv/bin/activate
81-
# Make sure that colcon doesn't try to build the venv
81+
# Make sure that colcon does not try to build the venv
8282
touch ./venv/COLCON_IGNORE
8383
8484
Next, install the Python packages that you want in your virtual environment:

0 commit comments

Comments
 (0)