Skip to content

Commit c16f4c9

Browse files
committed
gh-135056: Remove extraneous newline in docstring for test() method
1 parent e149708 commit c16f4c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/http/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ def test(HandlerClass=BaseHTTPRequestHandler,
997997
"""Test the HTTP request handler class.
998998
999999
This runs an HTTP server on port 8000 (or the port argument).
1000-
10011000
"""
10021001
with _make_server(
10031002
HandlerClass=HandlerClass, ServerClass=ServerClass,

0 commit comments

Comments
 (0)