diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-24 15:03:26 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-24 15:03:53 +0200 |
| commit | dd1970db763f3114a77ae1c98a3e529562fbfeb5 (patch) | |
| tree | 21aa5f1ed096a428b56554f1e86cd19b608075a4 /docs | |
| parent | e84477b03f0f6c4577abd51fa51f69f1224fa99e (diff) | |
| download | pyramid-dd1970db763f3114a77ae1c98a3e529562fbfeb5.tar.gz pyramid-dd1970db763f3114a77ae1c98a3e529562fbfeb5.tar.bz2 pyramid-dd1970db763f3114a77ae1c98a3e529562fbfeb5.zip | |
virtualenv refers both to the tool and the concept
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/glossary.rst | 9 |
1 files 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 <http://pypi.python.org/pypi/virtualenv>`_ - was created by Ian Bicking. + A term referring both to an isolated Python environment, + or `the leading tool <http://www.virtualenv.org>`_ 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 |
