[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/copypastemove/ fix
text so its not flat-out wrong
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Jun 6 14:54:49 EDT 2005
Log message for revision 30666:
fix text so its not flat-out wrong
Changed:
U Zope3/trunk/src/zope/app/copypastemove/__init__.py
U Zope3/trunk/src/zope/app/copypastemove/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/copypastemove/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/__init__.py 2005-06-06 18:48:53 UTC (rev 30665)
+++ Zope3/trunk/src/zope/app/copypastemove/__init__.py 2005-06-06 18:54:49 UTC (rev 30666)
@@ -575,7 +575,7 @@
class PrincipalClipboard(object):
"""Principal clipboard
- Clipboard information consists of tuples of
+ Clipboard information consists of mappings of
``{'action':action, 'target':target}``.
"""
Modified: Zope3/trunk/src/zope/app/copypastemove/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/interfaces.py 2005-06-06 18:48:53 UTC (rev 30665)
+++ Zope3/trunk/src/zope/app/copypastemove/interfaces.py 2005-06-06 18:54:49 UTC (rev 30666)
@@ -75,7 +75,7 @@
"""Interface for adapters that store/retrieve clipboard information
for a principal.
- Clipboard information consists of tuples of
+ Clipboard information consists of mappings of
``{'action':action, 'target':target}``.
"""
More information about the Zope3-Checkins
mailing list