[Checkins] SVN: z3c.form/branches/icemac-dm-query/src/z3c/form/util.txt typo

Michael Howitz mh at gocept.com
Mon Jul 12 11:38:05 EDT 2010


Log message for revision 114643:
  typo
  

Changed:
  U   z3c.form/branches/icemac-dm-query/src/z3c/form/util.txt

-=-
Modified: z3c.form/branches/icemac-dm-query/src/z3c/form/util.txt
===================================================================
--- z3c.form/branches/icemac-dm-query/src/z3c/form/util.txt	2010-07-12 15:24:50 UTC (rev 114642)
+++ z3c.form/branches/icemac-dm-query/src/z3c/form/util.txt	2010-07-12 15:38:04 UTC (rev 114643)
@@ -8,8 +8,8 @@
   >>> from z3c.form import util
 
 
-``creeateId(name)`` Function
-----------------------------
+``createId(name)`` Function
+---------------------------
 
 This function converts an arbitrary unicode string into a valid Python
 identifier. If the name is a valid identifier, then it is just returned, but
@@ -408,15 +408,15 @@
   >>> import zope.interface
   >>> class IFoo(zope.interface.Interface):
   ...     pass
-  
+
   >>> util.getSpecification(IFoo) == IFoo
   True
-  
+
 Ditto for a class:
-  
+
   >>> class Bar(object):
   ...     pass
-  
+
   >>> util.getSpecification(Bar) == Bar
   True
 
@@ -440,6 +440,6 @@
   False
 
   >>> bazMarker1 == bazMarker2
-  True  
+  True
   >>> bazMarker1 is bazMarker2
   True



More information about the checkins mailing list