summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r--Lib/urllib2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py
index c147560..c4e5348 100644
--- a/Lib/urllib2.py
+++ b/Lib/urllib2.py
@@ -141,7 +141,7 @@ def install_opener(opener):
_opener = opener
# do these error classes make sense?
-# make sure all of the IOError stuff is overriden. we just want to be
+# make sure all of the IOError stuff is overridden. we just want to be
# subtypes.
class URLError(IOError):