summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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::