Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Fixes a typo on the return type of the post_request function
  • Loading branch information
jm-rivera committed Dec 6, 2024
1 parent 47a897a commit 7621a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacommons_client/utils/request_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def post_request(
headers: dict[str, str],
max_pages: Optional[int] = None,
) -> Dict[str, Any]:
"""Send a POST request with optional pagination support and return a DCResponse.
"""Send a POST request with optional pagination support and return a single dictionary.
Args:
url: The target endpoint URL.
Expand Down

0 comments on commit 7621a5b

Please sign in to comment.