diff --git a/datacommons_client/utils/request_handling.py b/datacommons_client/utils/request_handling.py index 2acaf3c..3b5c895 100644 --- a/datacommons_client/utils/request_handling.py +++ b/datacommons_client/utils/request_handling.py @@ -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.