We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1129 commit e190663Copy full SHA for e190663
Lib/urllib2.py
@@ -5,7 +5,7 @@
5
below). It opens the URL and returns the results as file-like
6
object; the returned object has some extra methods described below.
7
8
-The OpenerDirectory manages a collection of Handler objects that do
+The OpenerDirector manages a collection of Handler objects that do
9
all the actual work. Each Handler implements a particular protocol or
10
option. The OpenerDirector is a composite object that invokes the
11
Handlers needed to open the requested URL. For example, the
0 commit comments