Small edits (#769)

This commit is contained in:
pollfly
2024-02-06 16:06:43 +02:00
committed by GitHub
parent f017ca99b3
commit b46e7471a4
6 changed files with 26 additions and 18 deletions

View File

@@ -190,7 +190,7 @@ dataset.add_external_files(
)
```
There is an option to add a set of files based on wildcard matching of a single string or a list of wildcards, using the
You can add a set of files based on wildcard matching of a single string or a list of wildcards using the
`wildcard` parameter. Specify whether to match the wildcard files recursively using the `recursive` parameter.
```python