[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/copypastemove/__init__.py fix typo

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


Log message for revision 30664:
  fix typo

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

-=-
Modified: Zope3/trunk/src/zope/app/copypastemove/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/__init__.py	2005-06-06 18:29:11 UTC (rev 30663)
+++ Zope3/trunk/src/zope/app/copypastemove/__init__.py	2005-06-06 18:45:33 UTC (rev 30664)
@@ -575,7 +575,7 @@
 class PrincipalClipboard(object):
     """Principal clipboard
 
-    Clipboard information consists on tuples of
+    Clipboard information consists of tuples of
     ``{'action':action, 'target':target}``.
     """
 



More information about the Zope3-Checkins mailing list