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

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Jul 17, 2023
1 parent a67b929 commit 0064d22
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 @@ -97,7 +97,7 @@ def __repr__(self) -> str:
f"{self.__class__.__name__}\n"
f"Species: {self.species}\n"
f"Source: {self.source}, {self.version}\n"
f"#terms: {self._df.shape[0]}\n\n"
f"#terms: {self.df().shape[0]}\n\n"
f"πŸ“– {self.__class__.__name__}.df(): ontology reference table\n"
f"πŸ”Ž {self.__class__.__name__}.lookup(): autocompletion of terms\n"
f"🎯 {self.__class__.__name__}.search(): free text search of terms\n"
Expand Down

0 comments on commit 0064d22

Please sign in to comment.