diff options
| author | Zeb Palmer <zeb@zebpalmer.com> | 2012-05-31 21:03:38 -0600 |
|---|---|---|
| committer | Zeb Palmer <zeb@zebpalmer.com> | 2012-05-31 21:03:38 -0600 |
| commit | be8e3acc64767e5a0ba798037118da9f262bdf93 (patch) | |
| tree | ac6dd92e0f0f09c6e6f3f16e9cfd8358e98f6c17 /docs | |
| parent | 68eea7d468b1a53f6ee69f19db44e5c60a563c87 (diff) | |
| download | pyramid-be8e3acc64767e5a0ba798037118da9f262bdf93.tar.gz pyramid-be8e3acc64767e5a0ba798037118da9f262bdf93.tar.bz2 pyramid-be8e3acc64767e5a0ba798037118da9f262bdf93.zip | |
Added missing word "name"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 2 |
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. |
