Skip to content

Commit 974eb1f

Browse files
committed
docs: fix simple typo, reqest -> request
There is a small typo in tests/test_future/test_urllibnet.py. Should read `request` rather than `reqest`.
1 parent 4657ad2 commit 974eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_future/test_urllibnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def testURLread(self):
3838

3939

4040
class urlopenNetworkTests(unittest.TestCase):
41-
"""Tests urllib.reqest.urlopen using the network.
41+
"""Tests urllib.request.urlopen using the network.
4242
4343
These tests are not exhaustive. Assuming that testing using files does a
4444
good job overall of some of the basic interface features. There are no

0 commit comments

Comments
 (0)