diff options
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/http/server.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/http/server.py b/Lib/http/server.py index 47655e758a..ce0f6cfe77 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -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) |
