diff options
author | Senthil Kumaran <skumaran@gatech.edu> | 2017-04-02 06:47:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 06:47:35 (GMT) |
commit | efbd4ea65dbb9f87b1afeec6a760802756badee5 (patch) | |
tree | 58abf1a05574cef6b0a16ecb35c4d3834aad3975 /Lib/test/test_urllibnet.py | |
parent | 11fa3c7cd1b151e302d4eee0369cafbaf151c8fb (diff) | |
download | cpython-efbd4ea65dbb9f87b1afeec6a760802756badee5.zip cpython-efbd4ea65dbb9f87b1afeec6a760802756badee5.tar.gz cpython-efbd4ea65dbb9f87b1afeec6a760802756badee5.tar.bz2 |
Minor spell fix and formatting fixes in urllib tests. (#959)
Diffstat (limited to 'Lib/test/test_urllibnet.py')
-rw-r--r-- | Lib/test/test_urllibnet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index 949716c..865a7f4 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -29,7 +29,7 @@ class URLTimeoutTest(unittest.TestCase): 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 |