[Checkins] SVN: z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py Fix typo.

Martijn Faassen faassen at infrae.com
Fri May 16 14:41:52 EDT 2008


Log message for revision 86798:
  Fix typo.
  

Changed:
  U   z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py

-=-
Modified: z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py
===================================================================
--- z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py	2008-05-16 15:21:26 UTC (rev 86797)
+++ z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py	2008-05-16 18:41:50 UTC (rev 86798)
@@ -64,11 +64,11 @@
     """
     root = Attribute('The root container')
 
-    def set_revision_rr():
+    def get_revision_nr():
         """The last revision number that this state was synchronized with.
         """
 
-    def set_revision_rr(nr):
+    def set_revision_nr(nr):
         """Store the last revision number that this state was synchronized
         with.
         """



More information about the Checkins mailing list