Skip to content

Commit bcef30f

Browse files
committed
docstring
1 parent 5c136f3 commit bcef30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ def parse_cli_output(self, output):
14841484
return matches.group(1), matches.group(2), int(matches.group(3))
14851485

14861486
def wait_for_server(self, proc, protocol, port):
1487-
"""Check the server process output."""
1487+
"""Extract the server bind address once it has been started."""
14881488
for _ in range(10):
14891489
line = proc.stdout.readline()
14901490
if not line:

0 commit comments

Comments
 (0)