]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo in docstring
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 17:27:55 +0000 (17:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 17:27:55 +0000 (17:27 +0000)
Lib/urllib2.py

index a8fcc35a36d1561ceb4692aeecc33f86dea0f763..f2e854a2210f0e40c2133a5daea2f605c842ffcd 100644 (file)
@@ -5,7 +5,7 @@ which accepts a string containing a URL or a Request object (described
 below).  It opens the URL and returns the results as file-like
 object; the returned object has some extra methods described below.
 
-The OpenerDirectory manages a collection of Handler objects that do
+The OpenerDirector manages a collection of Handler objects that do
 all the actual work.  Each Handler implements a particular protocol or
 option.  The OpenerDirector is a composite object that invokes the
 Handlers needed to open the requested URL.  For example, the