From e41404737716e74018355a7290750985ea8b5caf Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Sun, 4 Dec 2016 13:38:35 -0600 Subject: [PATCH] typo fix in virtualenv development instructions --- docs/dev/pip-virtualenv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/pip-virtualenv.rst b/docs/dev/pip-virtualenv.rst index 51927e689..07f93c679 100644 --- a/docs/dev/pip-virtualenv.rst +++ b/docs/dev/pip-virtualenv.rst @@ -18,8 +18,8 @@ environment of the project. Over time this can result in a messy global package list. In order to make sure that you install packages to your active virtual -environment when you use ``pip install``, consider adding the following two -lines to your :file:`~/.bashrc` file: +environment when you use ``pip install``, consider adding the following +line to your :file:`~/.bashrc` file: .. code-block:: console