Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed Jul 22, 2022
1 parent a49fc2d commit e24a9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hapi/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
def get_dataset(
dataset: str,
) -> "mk.DataPanel":
""" Load a dataset from the Meerkat registry. If the dataset is not downloaded,
""" Load a dataset from the Meerkat registry. If the dataset is not yet downloaded,
it will be downloaded automatically. Not all datasets in HAPI are supported:
If the dataset is not yet available through the Meerkat Dataset Registry, a `
if the dataset is not yet available through the Meerkat Dataset Registry, a `
ValueError` will be raised containing instructions for manually downloading the
dataset. For example:
Expand Down

0 comments on commit e24a9c2

Please sign in to comment.