[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/app/versioncontrol/interfaces.py fix stupid typo

Fred L. Drake, Jr. fdrake at gmail.com
Thu Dec 1 14:43:39 EST 2005


Log message for revision 40456:
  fix stupid typo

Changed:
  U   Zope3/branches/Zope-3.1/src/zope/app/versioncontrol/interfaces.py

-=-
Modified: Zope3/branches/Zope-3.1/src/zope/app/versioncontrol/interfaces.py
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/versioncontrol/interfaces.py	2005-12-01 18:46:44 UTC (rev 40455)
+++ Zope3/branches/Zope-3.1/src/zope/app/versioncontrol/interfaces.py	2005-12-01 19:43:38 UTC (rev 40456)
@@ -284,7 +284,7 @@
         """
 
     def restoreNonVersionedData(data):
-        """Restores non-versioned data to this objecti
+        """Restores non-versioned data to this object.
 
         The version repository uses this method after reverting an
         object to a revision.  `data` is a value provided by the



More information about the Zope3-Checkins mailing list