From bc45c16c80a63ae03d44d7743fa9dad861dcc7bc Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:39:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Updated=20diff=20emoji=20so=20th?= =?UTF-8?q?at=20it=20aligns=20with=20the=20other=20ones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bionty/_bionty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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