diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:58:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:58:13 (GMT) |
commit | a7e7497d885b5616fbe9bd4b16778f9e0e50b07d (patch) | |
tree | 5e1e28b27364065e3f3f6ea06df67ad5e1228531 /Lib/test/test_urllib.py | |
parent | e0c69161bc9d4e9deca4fc0add189b4df9cce8cb (diff) | |
parent | 85a8629d2134969fc9c35b56509d3a76d9dccecf (diff) | |
download | cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.zip cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.gz cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.bz2 |
#18466: merge with 3.3.
Diffstat (limited to 'Lib/test/test_urllib.py')
-rw-r--r-- | Lib/test/test_urllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index b4b56d6..94f640b 100644 --- a/Lib/test/test_urllib.py +++ b/Lib/test/test_urllib.py @@ -1294,7 +1294,7 @@ class URLopener_Tests(unittest.TestCase): # Everywhere else they work ok, but on those machines, sometimes # fail in one of the tests, sometimes in other. I have a linux, and # the tests go ok. -# If anybody has one of the problematic enviroments, please help! +# If anybody has one of the problematic environments, please help! # . Facundo # # def server(evt): |