mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix references to Python 3’s socketserver (lowercase) module
This commit is contained in:
parent
bb8b1cb6af
commit
463ef2b3cf
3 changed files with 3 additions and 3 deletions
|
@ -2661,7 +2661,7 @@ else:
|
|||
s.close()
|
||||
|
||||
def test_socketserver(self):
|
||||
"""Using a SocketServer to create and manage SSL connections."""
|
||||
"""Using socketserver to create and manage SSL connections."""
|
||||
server = make_https_server(self, certfile=CERTFILE)
|
||||
# try to connect
|
||||
if support.verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue