[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/copypastemove/interfaces.py Fix comment

Julien Anguenot ja at nuxeo.com
Thu Jul 28 18:15:57 EDT 2005


Log message for revision 37534:
  Fix comment

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-07-28 16:34:53 UTC (rev 37533)
+++ Zope3/trunk/src/zope/app/copypastemove/interfaces.py	2005-07-28 22:15:56 UTC (rev 37534)
@@ -66,7 +66,7 @@
     def renameItem(oldName, newName):
         """Renames an object in the container from oldName to newName.
 
-        Raises KeyError if oldName doesn't exist in the container.
+        Raises ItemNotFoundError if oldName doesn't exist in the container.
 
         Raises DuplicationError if newName is already used in the container.
         """



More information about the Zope3-Checkins mailing list