We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fba84 commit f4d58dcCopy full SHA for f4d58dc
repo2docker/contentproviders/dataverse.py
@@ -71,7 +71,7 @@ def detect(self, spec, ref=None, extra_args=None):
71
72
def get_dataset_id_from_file_id(self, base_url: str, file_id: str) -> str:
73
"""
74
- Return the persistent_id (DOI) that a given file_id (int or doi) belongs to
+ Return the persistent_id (DOI) of a dataset that a given file_id (int or doi) belongs to
75
76
if file_id.isdigit():
77
# the file_id is an integer, rather than a persistent id (DOI)
0 commit comments