Skip to content

Commit e190663

Browse files
committed
Typo in docstring
1 parent 96f1129 commit e190663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/urllib2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
below). It opens the URL and returns the results as file-like
66
object; the returned object has some extra methods described below.
77
8-
The OpenerDirectory manages a collection of Handler objects that do
8+
The OpenerDirector manages a collection of Handler objects that do
99
all the actual work. Each Handler implements a particular protocol or
1010
option. The OpenerDirector is a composite object that invokes the
1111
Handlers needed to open the requested URL. For example, the

0 commit comments

Comments
 (0)