Skip to content

Commit

Permalink
πŸ“ Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Aug 22, 2024
1 parent 7117b13 commit cbeac55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lamin_utils/_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ def df(self) -> pd.DataFrame:

@property
def validated(self) -> list[str]:
"""List of successfully :meth:`lamindb.Curate.validate` validated items."""
"""List of successfully :meth:`~lamindb.core.CanValidate.validate` validated items."""
return self._validated

@property
def non_validated(self) -> list[str]:
"""List of unsuccessfully :meth:`lamindb.Curate.validate` items.
"""List of unsuccessfully :meth:`~lamindb.core.CanValidate.validate` items.
This list can be used to remove any non-validated values such as
genes that do not map against the specified source.
Expand Down

0 comments on commit cbeac55

Please sign in to comment.