diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-30 20:42:09 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-30 20:42:09 -0700 |
| commit | a84105fa594911121ba2bcba8a9435c8705c7c4d (patch) | |
| tree | f7650b9768863b3b6f3c95193bd991f0fa3b5bd7 /docs | |
| parent | ebca905c2a2e1e796f3840baaf154a6d9d695cc4 (diff) | |
| parent | 84ae800468544650c4a2eaa01a3ac805dafba480 (diff) | |
| download | pyramid-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.rst | 8 |
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 |
