diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-10-10 01:00:00 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-10-10 01:00:00 (GMT) |
commit | 829d4fbbf93a25424ec007808617d87deb63eec9 (patch) | |
tree | 674550494ba537a2159b5272ba661672f7c6dbfc /Lib/test/test_httplib.py | |
parent | 61dd7ff0735936b77071a90151faccb9eb8ca16d (diff) | |
download | cpython-829d4fbbf93a25424ec007808617d87deb63eec9.zip cpython-829d4fbbf93a25424ec007808617d87deb63eec9.tar.gz cpython-829d4fbbf93a25424ec007808617d87deb63eec9.tar.bz2 |
Issue #28394: Typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
Diffstat (limited to 'Lib/test/test_httplib.py')
-rw-r--r-- | Lib/test/test_httplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py index db9b1fe..7e8b058 100644 --- a/Lib/test/test_httplib.py +++ b/Lib/test/test_httplib.py @@ -738,7 +738,7 @@ class SourceAddressTest(TestServerMixin, TestCase): def testHTTPSConnectionSourceAddress(self): self.conn = httplib.HTTPSConnection(HOST, self.port, source_address=('', self.source_port)) - # We don't test anything here other the constructor not barfing as + # We don't test anything here other than the constructor not barfing as # this code doesn't deal with setting up an active running SSL server # for an ssl_wrapped connect() to actually return from. |