summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-24 02:17:19 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-24 02:17:19 +0000
commit29fa69f64a0bb4cf209f52bfd5a8f66da84ba668 (patch)
treef84acc800b0637a5e8b15a337db26d946e3306f8 /docs
parent5df6f484f605fd34ae091ef30b9e03caf549f4f5 (diff)
downloadpyramid-29fa69f64a0bb4cf209f52bfd5a8f66da84ba668.tar.gz
pyramid-29fa69f64a0bb4cf209f52bfd5a8f66da84ba668.tar.bz2
pyramid-29fa69f64a0bb4cf209f52bfd5a8f66da84ba668.zip
Get it right.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 41e2599fb..50024457f 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -165,10 +165,10 @@ The Project Structure
---------------------
Our generated :mod:`repoze.bfg` application is a setuptools
-:term:`project` (named ``myproject``), which contains a Python
-:term:`package` (which is *also* named ``myproject``; the paster
-template generates a project which contains a package that shares its
-name).
+:term:`project` (named ``MyProject``), which contains a Python
+:term:`package` (which is *also* named ``myproject``, but lowercased;
+the paster template generates a project which contains a package that
+shares its name except for case).
The ``MyProject`` project has the following directory structure::