[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/copypastemove/interfaces.py fix copy of typo; duplication of text is evil!

Fred L. Drake, Jr. fdrake at gmail.com
Mon Jun 6 14:48:53 EDT 2005


Log message for revision 30665:
  fix copy of typo; duplication of text is evil!

Changed:
  U   Zope3/trunk/src/zope/app/copypastemove/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/app/copypastemove/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/interfaces.py	2005-06-06 18:45:33 UTC (rev 30664)
+++ Zope3/trunk/src/zope/app/copypastemove/interfaces.py	2005-06-06 18:48:53 UTC (rev 30665)
@@ -75,7 +75,7 @@
     """Interface for adapters that store/retrieve clipboard information
     for a principal.
 
-    Clipboard information consists on tuples of
+    Clipboard information consists of tuples of
       ``{'action':action, 'target':target}``.
     """
 



More information about the Zope3-Checkins mailing list