[Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/fields.py Fixed spacing in docstring.

Marius Gedminas marius at pov.lt
Fri Jul 30 12:39:15 EDT 2004


Log message for revision 26850:
  Fixed spacing in docstring.
  
  


Changed:
  U   Zope3/trunk/src/zope/configuration/fields.py


-=-
Modified: Zope3/trunk/src/zope/configuration/fields.py
===================================================================
--- Zope3/trunk/src/zope/configuration/fields.py	2004-07-30 16:15:40 UTC (rev 26849)
+++ Zope3/trunk/src/zope/configuration/fields.py	2004-07-30 16:39:15 UTC (rev 26850)
@@ -231,6 +231,7 @@
     [u'', u'a', u'b']
 
     This should also work with extra spaces around the path:
+
     >>> p = "   \n   %s   \n\n   " % p
     >>> n = field.fromUnicode(p)
     >>> n.split(os.sep)



More information about the Zope3-Checkins mailing list