Skip to content

Commit

Permalink
docs: format_metadata docstring styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Sep 26, 2024
1 parent 131e5ef commit 4ab29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodag/api/product/metadata_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_search_param(map_value: List[str]) -> str:


def format_metadata(search_param: str, *args: Any, **kwargs: Any) -> str:
"""Format a string of form {<field_name>#<conversion_function>}
"""Format a string of form ``{<field_name>#<conversion_function>}``
The currently understood converters are:
- ``datetime_to_timestamp_milliseconds``: converts a utc date string to a timestamp in
Expand Down

0 comments on commit 4ab29db

Please sign in to comment.