Skip to content

Commit 4756e1d

Browse files
authored
Merge pull request #583 from timgates42/bugfix_typo_request
docs: fix simple typo, reqest -> request
2 parents bcb8513 + 974eb1f commit 4756e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_future/test_urllibnet.py

Lines changed: 1 addition & 1 deletion
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)