From a78d8726c9f6db3ef734709ab28de692b5ce35a6 Mon Sep 17 00:00:00 2001 From: Sreekant Baheti <60787859+Sreekant13@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:40:57 -0700 Subject: [PATCH] Fix duplicate word in HubBucketDatasetModuleFactory docstring --- src/datasets/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datasets/load.py b/src/datasets/load.py index 0973093c544..7fc90368c6d 100644 --- a/src/datasets/load.py +++ b/src/datasets/load.py @@ -843,7 +843,7 @@ def get_module(self) -> DatasetModule: class HubBucketDatasetModuleFactory(_DatasetModuleFactory): """ - Get the module of a dataset loaded from data files of a a Storage Bucket. + Get the module of a dataset loaded from data files of a Storage Bucket. The dataset builder module to use is inferred from the data files extensions. """