[Checkins] SVN: grok/trunk/doc/tutorial.txt minor tweaks to the tutorial

Philipp von Weitershausen philikon at philikon.de
Thu Mar 8 16:40:47 EST 2007


Log message for revision 73075:
  minor tweaks to the tutorial
  

Changed:
  U   grok/trunk/doc/tutorial.txt

-=-
Modified: grok/trunk/doc/tutorial.txt
===================================================================
--- grok/trunk/doc/tutorial.txt	2007-03-08 21:39:02 UTC (rev 73074)
+++ grok/trunk/doc/tutorial.txt	2007-03-08 21:40:46 UTC (rev 73075)
@@ -203,8 +203,9 @@
   .. _`zc.buildout`: http://cheeseshop.python.org/pypi/zc.buildout
 
 The actual code of the project will all be inside the ``src``
-directory. In it is a Python package directory called ``sample`` with a
-file called ``app.py``. Let's look at this file::
+directory. In it is a Python package directory called ``sample`` with
+the ``app.py`` file that grokproject said it would create. Let's look
+at this file::
 
   import grok
   
@@ -219,7 +220,7 @@
 
 What's left is a ``configure.zcml`` file. Unlike in typical Zope 3
 applications, this will only ever contain a single line that registers
-this application with Zope 3 (so you can ignore it)::
+this application with Zope 3 which means we can completely ignore it::
 
   <grok package="." xmlns="http://namespaces.zope.org/grok" />
 



More information about the Checkins mailing list