From 29fa69f64a0bb4cf209f52bfd5a8f66da84ba668 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 24 Aug 2008 02:17:19 +0000 Subject: Get it right. --- docs/narr/project.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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:: -- cgit v1.2.3