Skip to content

Commit ccef0a8

Browse files
committed
Minor change in docstring
1 parent 403fe01 commit ccef0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_httpserver/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _debug_started_server(server: "Server"):
508508

509509

510510
def _debug_response_sent(response: "Response", time_elapsed: float):
511-
"""Prints a message when after a response is sent."""
511+
"""Prints a message after a response is sent."""
512512
# pylint: disable=protected-access
513513
client_ip = response._request.client_address[0]
514514
method = response._request.method

0 commit comments

Comments
 (0)