Skip to content

Commit e414047

Browse files
author
Nathan Goldbaum
authored
typo fix in virtualenv development instructions
1 parent 0b174a8 commit e414047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/pip-virtualenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ environment of the project. Over time this can result in a messy global package
1818
list.
1919

2020
In order to make sure that you install packages to your active virtual
21-
environment when you use ``pip install``, consider adding the following two
22-
lines to your :file:`~/.bashrc` file:
21+
environment when you use ``pip install``, consider adding the following
22+
line to your :file:`~/.bashrc` file:
2323

2424
.. code-block:: console
2525

0 commit comments

Comments
 (0)