Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
πŸ’„ Updated diff emoji so that it aligns with the other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Jul 31, 2023
1 parent b9b1611 commit bc45c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bionty/_bionty.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __repr__(self) -> str:
f"🎯 {self.__class__.__name__}.search(): free text search of terms\n"
f"🧐 {self.__class__.__name__}.inspect(): check if identifiers are mappable\n"
f"πŸ‘½ {self.__class__.__name__}.map_synonyms(): map synonyms to standardized names\n"
f"βš– {self.__class__.__name__}.diff(): difference between two versions\n"
f"πŸͺœ {self.__class__.__name__}.diff(): difference between two versions\n"
f"πŸ”— {self.__class__.__name__}.ontology: Pronto.Ontology object"
)
# fmt: on
Expand Down

0 comments on commit bc45c16

Please sign in to comment.