[Zope3-checkins] SVN: Zope3/trunk/src/zope/hookable/__init__.py typo
Philipp von Weitershausen
philikon at philikon.de
Tue Jun 22 09:24:45 EDT 2004
Log message for revision 25934:
typo
-=-
Modified: Zope3/trunk/src/zope/hookable/__init__.py
===================================================================
--- Zope3/trunk/src/zope/hookable/__init__.py 2004-06-22 12:13:32 UTC (rev 25933)
+++ Zope3/trunk/src/zope/hookable/__init__.py 2004-06-22 13:22:36 UTC (rev 25934)
@@ -20,7 +20,8 @@
The idea is you create a function that does some default thing and
make it hookable. Later, someone can modify what it does by calling
its sethook method and changing its implementation. All users of
- the function, including tose that imported it, will see the change.
+ the function, including those that imported it, will see the
+ change.
>>> def f41():
... return 41
More information about the Zope3-Checkins
mailing list