Skip to content

Commit fc0907f

Browse files
authored
Fix a WARNING when building the Using-Python-Packages file. (#5059)
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 <[email protected]>
1 parent 228a7b2 commit fc0907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)