Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
doctest bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Oct 4, 2020
1 parent 275986b commit d10c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcgc/third_party/hf_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>>> from gcgc.third_party import hf_datasets
>>> ref = hf_datasets.UniprotDataset(name="sprot")
>>> # ref.download_and_prepare()
>>> ds = ref.as_dataset()
>>> # ds = ref.as_dataset()
See the `UniprotDatasetNames` enum for the available names.
Expand Down

0 comments on commit d10c06d

Please sign in to comment.