[Checkins] SVN: manuel/trunk/src/manuel/README.txt doc cleanup

Benji York benji at zope.com
Fri Apr 24 08:41:19 EDT 2009


Log message for revision 99470:
  doc cleanup
  

Changed:
  U   manuel/trunk/src/manuel/README.txt

-=-
Modified: manuel/trunk/src/manuel/README.txt
===================================================================
--- manuel/trunk/src/manuel/README.txt	2009-04-24 12:29:55 UTC (rev 99469)
+++ manuel/trunk/src/manuel/README.txt	2009-04-24 12:41:19 UTC (rev 99470)
@@ -13,11 +13,10 @@
 ========
 
 Manuel parses documents, evaluates their contents, then formats the result of
-the evaluation.  All three phases are done in multiple passes.  The passes
-continue until the data structure remains unchanged by a pass.
+the evaluation.
 
 The core functionality is accessed through an instance of a Manuel object.  It
-is used to build up our handling of a document type.  Each phase has a
+is used to build up the handling of a document type.  Each phase has a
 corresponding slot to which various implementations are attached.
 
     >>> import manuel
@@ -29,7 +28,7 @@
 Parsing
 -------
 
-Manuel operates on Documents.  Each Document is created from a a string
+Manuel operates on Documents.  Each Document is created from a string
 containing one or more lines.
 
     >>> source = """\



More information about the Checkins mailing list