diff --git a/python_http_client/client.py b/python_http_client/client.py index e55f0b3..171d563 100644 --- a/python_http_client/client.py +++ b/python_http_client/client.py @@ -131,7 +131,7 @@ def _update_headers(self, request_headers): """Update the headers for the request :param request_headers: headers to set for the API call - :type response: dictionary + :type request_headers: dictionary :return: dictionary """ self.request_headers.update(request_headers)