Minor spell fix and formatting fixes in urllib tests. (#959)

This commit is contained in:
Senthil Kumaran 2017-04-01 23:47:35 -07:00 committed by GitHub
parent 11fa3c7cd1
commit efbd4ea65d
2 changed files with 6 additions and 2 deletions

View file

@ -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