Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
πŸ’š Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Dec 2, 2023
1 parent aedfba8 commit c7741bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ def standardize(
- `"first"`: returns the first mapped standardized name
- `"last"`: returns the last mapped standardized name
- `False`: returns all mapped standardized name.
When `keep` is `False`, the returned list of standardized names will contain nested lists in case of duplicates.
When `keep` is `False`, the returned list of standardized names will contain nested lists in case of duplicates.
When a field is converted into return_field, keep marks which matches to keep when multiple return_field values map to the same field value.
synonyms_field: A field containing the concatenated synonyms.
Expand Down

0 comments on commit c7741bc

Please sign in to comment.