summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-01-05 03:47:58 -0600
committerMichael Merickel <michael@merickel.org>2012-01-05 03:47:58 -0600
commita1751e1a522e331301955c7b540b26d988b51e64 (patch)
tree300a7e63c438308eeea92deecf71423e8978877e /docs/narr
parent64497edc64a153815c54b254bf64a46ac21a6ac7 (diff)
parent4ded431cba6729e5f2ac1879df735905006555ac (diff)
downloadpyramid-a1751e1a522e331301955c7b540b26d988b51e64.tar.gz
pyramid-a1751e1a522e331301955c7b540b26d988b51e64.tar.bz2
pyramid-a1751e1a522e331301955c7b540b26d988b51e64.zip
Merge branch '1.3-branch' of github.com:Pylons/pyramid into 1.3-branch
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/commandline.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index b42a7ae9e..a1fcf12f5 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -670,9 +670,9 @@ script is installed. Because it's installed into the ``bin`` directory of a
virtualenv when the distribution is installed, it's a convenient way to
package and distribute functionality that you can call from the command-line.
It's often more convenient to create a console script than it is to create a
-``.py`` script and instruct people to call it with "the right Python
-interpreter": because it generates a file that lives in ``bin``, when it's
-invoked, it will always use "the right" Python environment, which means it
+``.py`` script and instruct people to call it with the "right" Python
+interpreter. A console script generates a file that lives in ``bin``, and when it's
+invoked it will always use the "right" Python environment, which means it
will always be invoked in an environment where all the libraries it needs
(such as Pyramid) are available.