[Checkins] SVN: z3c.form/trunk/src/z3c/form/group.txt Unindented a line, this fixes rst2html of the long_description

Vincent Fretin vincent.fretin at gmail.com
Sun Jun 14 05:17:20 EDT 2009


Log message for revision 100940:
  Unindented a line, this fixes rst2html of the long_description

Changed:
  U   z3c.form/trunk/src/z3c/form/group.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/group.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/group.txt	2009-06-14 08:50:11 UTC (rev 100939)
+++ z3c.form/trunk/src/z3c/form/group.txt	2009-06-14 09:17:19 UTC (rev 100940)
@@ -393,7 +393,7 @@
 
 When an edit form with groups is successfully committed, a detailed
 object-modified event is sent out telling the system about the changes.
- To see the error, let's create an event subscriber for object-modified events:
+To see the error, let's create an event subscriber for object-modified events:
 
   >>> eventlog = []
   >>> import zope.lifecycleevent
@@ -998,4 +998,4 @@
   >>> from z3c.form import interfaces
   >>> from zope.interface.verify import verifyClass
   >>> verifyClass(interfaces.IGroup, group.Group)
-  True
\ No newline at end of file
+  True



More information about the Checkins mailing list