[Checkins] SVN: zope.app.versioncontrol/trunk/src/zope/app/versioncontrol/interfaces.py typo

Christophe Combelles ccomb at free.fr
Thu Dec 20 16:27:45 EST 2007


Log message for revision 82376:
  typo
  

Changed:
  U   zope.app.versioncontrol/trunk/src/zope/app/versioncontrol/interfaces.py

-=-
Modified: zope.app.versioncontrol/trunk/src/zope/app/versioncontrol/interfaces.py
===================================================================
--- zope.app.versioncontrol/trunk/src/zope/app/versioncontrol/interfaces.py	2007-12-20 21:23:32 UTC (rev 82375)
+++ zope.app.versioncontrol/trunk/src/zope/app/versioncontrol/interfaces.py	2007-12-20 21:27:45 UTC (rev 82376)
@@ -182,7 +182,7 @@
 
     # TODO: This *should* be a datetime, but we don't yet know how it's used.
     timestamp = zope.schema.Float(
-        description=_("time value indicating the"
+        description=_("time value indicating"
                       " when the bookkeeping information was created"),
         required=False)
 



More information about the Checkins mailing list