diff --git a/bionty/_bionty.py b/bionty/_bionty.py index 1aa261f3..d2a6aac1 100644 --- a/bionty/_bionty.py +++ b/bionty/_bionty.py @@ -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