[Checkins] SVN: bluebream/website/docs/v1.0/tutorial1.rst bit cleanup 2 (tutorial 1)

Baiju M baiju.m.mail at gmail.com
Sun Jan 24 22:00:19 EST 2010


Log message for revision 108456:
  bit cleanup 2 (tutorial 1)
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-25 02:57:21 UTC (rev 108455)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-25 03:00:18 UTC (rev 108456)
@@ -399,13 +399,13 @@
   # production
   devmode on
 
-The last part creates a test runner::
+The last part creates test runner::
 
   [test]
   recipe = zc.recipe.testrunner
   eggs = ticketcollector
 
-The testrunner recipe creates a test runner using ``zope.testing``
+The testrunner recipe creates test runner using ``zope.testing``
 module.  The only mandatory option is ``eggs`` where you can specify
 the eggs.
 
@@ -437,8 +437,7 @@
 - The ``test`` command can be used to run the test runner.
 
 Now we have a project source where we can continue developing this
-application.  Now onwards, you need to do the remaining things
-manually.
+application.
 
 The site definition
 -------------------



More information about the checkins mailing list