From dd1970db763f3114a77ae1c98a3e529562fbfeb5 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 24 Feb 2013 15:03:26 +0200 Subject: virtualenv refers both to the tool and the concept --- docs/glossary.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 9220e6b5f..7bc5799f3 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -146,10 +146,9 @@ Glossary request before it returns a :term:`context` resource. virtualenv - An isolated Python environment. Allows you to control which - packages are used on a particular project by cloning your main - Python. `virtualenv `_ - was created by Ian Bicking. + A term referring both to an isolated Python environment, + or `the leading tool `_ that allows one to + create such environments. resource An object representing a node in the :term:`resource tree` of an @@ -959,7 +958,7 @@ Glossary console script A script written to the ``bin`` (on UNIX, or ``Scripts`` on Windows) - directory of a Python installation or virtualenv as the result of + directory of a Python installation or :term:`virtualenv` as the result of running ``setup.py install`` or ``setup.py develop``. introspector -- cgit v1.2.3