summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2012-05-31 20:06:21 -0700
committerBlaise Laflamme <blaise@laflamme.org>2012-05-31 20:06:21 -0700
commit8fa72fb42d34f62c6187fae416d379a216d7e869 (patch)
treeac6dd92e0f0f09c6e6f3f16e9cfd8358e98f6c17 /docs
parent68eea7d468b1a53f6ee69f19db44e5c60a563c87 (diff)
parentbe8e3acc64767e5a0ba798037118da9f262bdf93 (diff)
downloadpyramid-8fa72fb42d34f62c6187fae416d379a216d7e869.tar.gz
pyramid-8fa72fb42d34f62c6187fae416d379a216d7e869.tar.bz2
pyramid-8fa72fb42d34f62c6187fae416d379a216d7e869.zip
Merge pull request #614 from zebpalmer/master
Added missing word for clarity.
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 da184ada7..1e2c225d2 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -149,7 +149,7 @@ puts his projects in ``C:\projects``.
.. warning::
You’ll need to avoid using ``pcreate`` to create a project with the same
- as a Python standard library component. In particular, this means you
+ name as a Python standard library component. In particular, this means you
should avoid using the names ``site`` or ``test``, both of which
conflict with Python standard library packages. You should also avoid
using the name ``pyramid``, which will conflict with Pyramid itself.