summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-01 18:25:29 -0800
committerChris McDonough <chrism@plope.com>2013-01-01 18:25:29 -0800
commitc5d01d4667d678782898b7d6859d60c617e30a9e (patch)
treec792a3bf12b2b2615fbb306e354c85b10983d63b /docs/narr/commandline.rst
parent1b5c1c3df5eadf02b0e8818e32ee45e69b2c051f (diff)
parent043ccddb909327106264d10ed5d413760a51770d (diff)
downloadpyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.gz
pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.bz2
pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.zip
Merge pull request #760 from tshepang/typos
lots of typos
Diffstat (limited to 'docs/narr/commandline.rst')
-rw-r--r--docs/narr/commandline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 3bdf8c5cd..8d6b9d984 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -758,7 +758,7 @@ we'll pretend you have a distribution with a package in it named
This script uses the Python ``optparse`` module to allow us to make sense out
of extra arguments passed to the script. It uses the
-:func:`pyramid.paster.bootstrap` function to get information about the the
+:func:`pyramid.paster.bootstrap` function to get information about the
application defined by a config file, and prints the deployment settings
defined in that config file.