summaryrefslogtreecommitdiffstats
path: root/doc/source/devref/development.environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/devref/development.environment.rst')
-rw-r--r--doc/source/devref/development.environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst
index 8c6e03323..79c368d3a 100644
--- a/doc/source/devref/development.environment.rst
+++ b/doc/source/devref/development.environment.rst
@@ -123,7 +123,7 @@ You can manually install the virtual environment instead of having
python tools/install_venv.py
This will install all of the Python packages listed in the
-``tools/pip-requires`` file into your virtualenv. There will also be some
+``requirements.txt`` file into your virtualenv. There will also be some
additional packages (pip, distribute, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.