Skip to content

Commit b8949b7

Browse files
authored
remove trailing whitespace
remove trailing whitespace
1 parent 7ec6a51 commit b8949b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tutorial/venv.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ For example:
8888
'~/envs/tutorial-env/lib/python3.5/site-packages']
8989
>>>
9090
91-
Note that the activated virtual environment does not alter the ``PYTHONPATH`` variable in any way.
92-
This may lead to unexpected results if the path includes references to code which is incompatible with
93-
the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH``
91+
Note that the activated virtual environment does not alter the ``PYTHONPATH`` variable in any way.
92+
This may lead to unexpected results if the path includes references to code which is incompatible with
93+
the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH``
9494
in bash or the equivalent for the shell you are using.
9595

9696
To deactivate a virtual environment, type::

0 commit comments

Comments
 (0)