summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-30 20:42:09 -0700
committerMichael Merickel <michael@merickel.org>2013-09-30 20:42:09 -0700
commita84105fa594911121ba2bcba8a9435c8705c7c4d (patch)
treef7650b9768863b3b6f3c95193bd991f0fa3b5bd7 /docs
parentebca905c2a2e1e796f3840baaf154a6d9d695cc4 (diff)
parent84ae800468544650c4a2eaa01a3ac805dafba480 (diff)
downloadpyramid-a84105fa594911121ba2bcba8a9435c8705c7c4d.tar.gz
pyramid-a84105fa594911121ba2bcba8a9435c8705c7c4d.tar.bz2
pyramid-a84105fa594911121ba2bcba8a9435c8705c7c4d.zip
Merge pull request #1135 from kpinc/contributors
Contributors
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index f3050f805..602f15fef 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -193,10 +193,10 @@ Elided output from a run of this command on UNIX is shown below:
...
Finished processing dependencies for MyProject==0.0
-This will install a :term:`distribution` representing your project into the
-interpreter's library set so it can be found by ``import`` statements and by
-other console scripts such as ``pserve``, ``pshell``, ``proutes`` and
-``pviews``.
+This will install a :term:`distribution` representing your project
+into the virtual environment interpreter's library set so it can be
+found by ``import`` statements and by other console scripts such as
+``pserve``, ``pshell``, ``proutes`` and ``pviews``.
.. index::
single: running tests