[Zope3-checkins] SVN: Zope3/trunk/src/zope/wfmc/README.txt Fixed some weird typos and wording in examples.

Jim Fulton jim at zope.com
Wed May 11 05:34:12 EDT 2005


Log message for revision 30323:
  Fixed some weird typos and wording in examples.
  

Changed:
  U   Zope3/trunk/src/zope/wfmc/README.txt

-=-
Modified: Zope3/trunk/src/zope/wfmc/README.txt
===================================================================
--- Zope3/trunk/src/zope/wfmc/README.txt	2005-05-11 09:28:31 UTC (rev 30322)
+++ Zope3/trunk/src/zope/wfmc/README.txt	2005-05-11 09:34:12 UTC (rev 30323)
@@ -894,9 +894,9 @@
     to save, and faithfully to defend from waste
     the natural resources of my Country.
 
-Let's tell the author to change "dogs" to "men":
+Let's tell the author to change "American" to "Earthling":
 
-    >>> item.finish(True, ['Change "American" to "human"'])
+    >>> item.finish(True, ['Change "American" to "Earthling"'])
     WorkItemFinished('tech_review')
     ActivityFinished(Activity('Publication.tech1'))
     Transition(Activity('Publication.tech1'), Activity('Publication.review'))
@@ -931,10 +931,10 @@
     to save, and faithfully to defend from waste
     the natural resources of my Country.
     Changed we need to make:
-    Change "American" to "human"
+    Change "American" to "Earthling"
     Change "Country" to "planet"
 
-    >>> item.finish("I give my pledge, as an human\n"
+    >>> item.finish("I give my pledge, as an Earthling\n"
     ...             "to save, and faithfully to defend from waste\n"
     ...             "the natural resources of my planet.")
     WorkItemFinished('prepare')
@@ -967,7 +967,7 @@
 
     >>> item = reviewer.work_list.pop()
     >>> print item.getDoc()
-    I give my pledge, as an human
+    I give my pledge, as an Earthling
     to save, and faithfully to defend from waste
     the natural resources of my planet.
 
@@ -983,13 +983,13 @@
     >>> item = authors['bob'].work_list.pop()
     >>> item.summary()
     Previous draft:
-    I give my pledge, as an human
+    I give my pledge, as an Earthling
     to save, and faithfully to defend from waste
     the natural resources of my planet.
     Changed we need to make:
     change "an" to "a"
 
-    >>> item.finish("I give my pledge, as a human\n"
+    >>> item.finish("I give my pledge, as a Earthling\n"
     ...             "to save, and faithfully to defend from waste\n"
     ...             "the natural resources of my planet.")
     WorkItemFinished('final')
@@ -1002,7 +1002,7 @@
 
     >>> item = reviewer.work_list.pop()
     >>> print item.getDoc()
-    I give my pledge, as a human
+    I give my pledge, as a Earthling
     to save, and faithfully to defend from waste
     the natural resources of my planet.
 



More information about the Zope3-Checkins mailing list