Skip to content

Commit

Permalink
docs: fix simple typo, reqest -> request
Browse files Browse the repository at this point in the history
There is a small typo in tests/test_future/test_urllibnet.py.

Should read `request` rather than `reqest`.
  • Loading branch information
timgates42 committed Dec 30, 2020
1 parent 4657ad2 commit 974eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_future/test_urllibnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def testURLread(self):


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

0 comments on commit 974eb1f

Please sign in to comment.