Skip to content

Commit

Permalink
Fix path_parts typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Feb 23, 2024
1 parent fcf4127 commit bd6ae62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elastic_transport/_async_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def perform_request( # type: ignore[override]
:arg client_meta: Extra client metadata key-value pairs to send in the client meta header.
:arg endpoint_id: The endpoint id of the request, such as `ml.close_job`.
Used for OpenTelemetry instrumentation.
:arg path_parths: Dictionary with all dynamic value in the url path.
:arg path_paths: Dictionary with all dynamic value in the url path.
Used for OpenTelemetry instrumentation.
:returns: Tuple of the :class:`elastic_transport.ApiResponseMeta` with the deserialized response.
"""
Expand Down
2 changes: 1 addition & 1 deletion elastic_transport/_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def perform_request(
:arg client_meta: Extra client metadata key-value pairs to send in the client meta header.
:arg endpoint_id: The endpoint id of the request, such as `ml.close_job`.
Used for OpenTelemetry instrumentation.
:arg path_parths: Dictionary with all dynamic value in the url path.
:arg path_paths: Dictionary with all dynamic value in the url path.
Used for OpenTelemetry instrumentation.
:returns: Tuple of the :class:`elastic_transport.ApiResponseMeta` with the deserialized response.
"""
Expand Down

0 comments on commit bd6ae62

Please sign in to comment.