[Zope3-checkins]
SVN: Zope3/trunk/src/zope/cachedescriptors/__init__.py
Corrected typo in docstring.
Steve Alexander
steve at cat-box.net
Mon May 24 11:12:08 EDT 2004
Log message for revision 24927:
Corrected typo in docstring.
-=-
Modified: Zope3/trunk/src/zope/cachedescriptors/__init__.py
===================================================================
--- Zope3/trunk/src/zope/cachedescriptors/__init__.py 2004-05-24 15:05:24 UTC (rev 24926)
+++ Zope3/trunk/src/zope/cachedescriptors/__init__.py 2004-05-24 15:12:08 UTC (rev 24927)
@@ -17,7 +17,7 @@
method
- Idempotent menthod. The return values are cached based on method
+ Idempotent method. The return values are cached based on method
arguments and on any instance attributes that the methods are
defined to depend on.
More information about the Zope3-Checkins
mailing list