[Zope-CVS] SVN: zversioning/trunk/src/versioning/interfaces.py forgot to close a quote sign

Grégoire Weber zope.org at incept.ch
Thu Oct 14 07:29:40 EDT 2004


Log message for revision 28162:
  forgot to close a quote sign

Changed:
  U   zversioning/trunk/src/versioning/interfaces.py

-=-
Modified: zversioning/trunk/src/versioning/interfaces.py
===================================================================
--- zversioning/trunk/src/versioning/interfaces.py	2004-10-14 11:28:35 UTC (rev 28161)
+++ zversioning/trunk/src/versioning/interfaces.py	2004-10-14 11:29:39 UTC (rev 28162)
@@ -239,7 +239,7 @@
 
     principal = Attribute("The read only actor of the store action.")
     
-    label = Attribute("Short read only string encoding version information. 
+    label = Attribute("Short read only string encoding version information. "
                       "Use this as selector to load a particular version.")
     
     name = Attribute("User readable read only string encoding version "



More information about the Zope-CVS mailing list