Skip to content

Commit c1ee0fd

Browse files
Jeremy DesanlisJguer
authored andcommitted
fix(doc): minor docstring fix
1 parent d09b81a commit c1ee0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygitguardian/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def quota_overview(
250250
extra_headers: Optional[Dict[str, str]] = None,
251251
) -> Union[Detail, QuotaResponse]:
252252
"""
253-
content_scan handles the /scan endpoint of the API
253+
quota_overview handles the /quotas endpoint of the API
254254
255255
:param extra_headers: additional headers to add to the request
256256
:return: Detail or Quota response and status code

0 commit comments

Comments
 (0)