summaryrefslogtreecommitdiff
path: root/Lib/ihooks.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-10-20 14:01:56 +0000
committerWalter Dörwald <walter@livinglogic.de>2003-10-20 14:01:56 +0000
commitf0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc (patch)
tree9a4b5d8c9ea1dbbd4ead4b2990c77a997fb3905b /Lib/ihooks.py
parent4b17e3993b7d4ada586e66ad40a73e12e086645e (diff)
downloadcpython-git-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.gz
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Diffstat (limited to 'Lib/ihooks.py')
-rw-r--r--Lib/ihooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ihooks.py b/Lib/ihooks.py
index 4034b01a83..19faac9d26 100644
--- a/Lib/ihooks.py
+++ b/Lib/ihooks.py
@@ -18,7 +18,7 @@ One hooks class is defined (Hooks), which uses the interface provided
by standard modules os and os.path. It should be used as the base
class for other hooks classes.
-2) A "module loader" class provides an interface to to search for a
+2) A "module loader" class provides an interface to search for a
module in a search path and to load it. It defines a method which
searches for a module in a single directory; by overriding this method
one can redefine the details of the search. If the directory is None,