We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b7aaf commit aca9aecCopy full SHA for aca9aec
docs/source/en/guides/hf_file_system.md
@@ -17,7 +17,7 @@ In addition to the [`HfApi`], the `huggingface_hub` library provides [`HfFileSys
17
['datasets/my-username/my-dataset-repo/data/train.csv', 'datasets/my-username/my-dataset-repo/data/test.csv']
18
19
>>> # List all ".csv" files in a repo
20
->>> fs.glob("datasets/my-username/my-dataset-repo/**.csv")
+>>> fs.glob("datasets/my-username/my-dataset-repo/**/*.csv")
21
22
23
>>> # Read a remote file
0 commit comments