[Repoze-checkins] r1666 - repoze.bfg/trunk/docs/narr
Chris McDonough
chrism at agendaless.com
Sat Aug 23 22:17:20 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Aug 23 22:17:19 2008
New Revision: 1666
Log:
Get it right.
Modified:
repoze.bfg/trunk/docs/narr/project.rst
Modified: repoze.bfg/trunk/docs/narr/project.rst
==============================================================================
--- repoze.bfg/trunk/docs/narr/project.rst (original)
+++ repoze.bfg/trunk/docs/narr/project.rst Sat Aug 23 22:17:19 2008
@@ -165,10 +165,10 @@
---------------------
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::
More information about the Repoze-checkins
mailing list