[Checkins] SVN: zope2docs/trunk/zdgbook/source/GettingStarted.rst style fix

Baiju M baiju.m.mail at gmail.com
Thu Oct 8 23:39:14 EDT 2009


Log message for revision 104960:
  style fix
  

Changed:
  U   zope2docs/trunk/zdgbook/source/GettingStarted.rst

-=-
Modified: zope2docs/trunk/zdgbook/source/GettingStarted.rst
===================================================================
--- zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-09 03:34:47 UTC (rev 104959)
+++ zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-09 03:39:13 UTC (rev 104960)
@@ -257,7 +257,7 @@
       registrar.registerClass(PollMain,
                               constructors=(manage_addPollMain, addPollMain))
 
-The application is now ready to install. But we need to make some
+The application is now ready to install.  But we need to make some
 changes in `poll_build` to recognize this package by Zope 2.
 
 Adding poll.main to build
@@ -283,8 +283,8 @@
          poll.main
   ...
 
-And finally we need to add a new option to include the ZCML file.
-So, that the package will be recognized by Zope.
+And finally we need to add a new option to include the ZCML file.  So
+that the package will be recognized by Zope.
 
 ::
 



More information about the checkins mailing list