diff --git a/src/kiara_plugin/onboarding/modules/download/zenodo.py b/src/kiara_plugin/onboarding/modules/download/zenodo.py index b5e3723..f6a3515 100644 --- a/src/kiara_plugin/onboarding/modules/download/zenodo.py +++ b/src/kiara_plugin/onboarding/modules/download/zenodo.py @@ -106,9 +106,9 @@ def retrieve_file( class DownloadZenodoFileBundleModule(OnboardFileBundleModule): - """Download a file bundle from a remote github repository. + """Download a file bundle from a remote zenodo record. - If 'sub_path' is not specified, the whole repo will be used. + If 'sub_path' is not specified, the whole record will be used. """