Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 99a9daa

Browse files
committed
Improve docstring wording
1 parent e082f38 commit 99a9daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apilytics/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def set_response_info(
117117
Args:
118118
status_code: Status code for the HTTP response. Can be omitted (or None)
119119
if the middleware could not get the status code.
120-
response_size: Size of the body of the sent HTTP response in bytes.
120+
response_size: Size of the sent HTTP response's body in bytes.
121121
"""
122122
self._status_code = status_code
123123
self._response_size = response_size

0 commit comments

Comments
 (0)