Issue #24774: Fix docstring in http.server.test.

Patch from Chiu-Hsiang Hsu.
This commit is contained in:
Robert Collins 2015-08-17 12:18:35 +12:00
parent c6dd5b1c66
commit 9644f2450d
3 changed files with 4 additions and 2 deletions

View file

@ -1211,8 +1211,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
ServerClass=HTTPServer, protocol="HTTP/1.0", port=8000, bind=""):
"""Test the HTTP request handler class.
This runs an HTTP server on port 8000 (or the first command line
argument).
This runs an HTTP server on port 8000 (or the port argument).
"""
server_address = (bind, port)