Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 4, 2023
1 parent fe0144d commit d167bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/aio-proxy/aio_proxy/request/search_params_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SearchParamsBuilder:
"""This class extracts parameter values from request and saves them in a
SearchParams dataclass object."""

# Some field names in API do not exactly match their ariable name in Elasticsearch
# Some field names in API do not exactly match their variable name in Elasticsearch
PARAMETER_MAPPING = {
"q": "terms",
"limite_matching_etablissements": "matching_size",
Expand Down

0 comments on commit d167bd1

Please sign in to comment.