summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 23:55:31 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 23:55:31 -0700
commit82c2fc57e36c65493ba0fa39368733c189d954c6 (patch)
tree07dfccfadbf2ea048551ea5dd792b1467b6d5263 /docs
parent0c2141c78c85898c87495f040617699e79a49c04 (diff)
downloadpyramid-82c2fc57e36c65493ba0fa39368733c189d954c6.tar.gz
pyramid-82c2fc57e36c65493ba0fa39368733c189d954c6.tar.bz2
pyramid-82c2fc57e36c65493ba0fa39368733c189d954c6.zip
replace extra 'the' with 'be'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 34a641c4a..bf1a610b4 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -176,7 +176,7 @@ command ``python setup.py develop``
The file named ``setup.py`` will be in the root of the paster-generated
project directory. The ``python`` you're invoking should be the one that
lives in the ``bin`` directory of your virtual Python environment. Your
-terminal's current working directory *must* the the newly created project
+terminal's current working directory *must* be the newly created project
directory. For example:
.. code-block:: text