community: correct spelling mistakes of "Suffle" and "reporoducibility" (#15172)

- **Description:** Correct spelling mistakes of "Suffle" and
"reporoducibility" in `DirectoryLoader` class
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** N/A
pull/15180/head
Phill Zarfos 6 months ago committed by GitHub
parent 3a3f880e5a
commit 35896faab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,8 +62,8 @@ class DirectoryLoader(BaseLoader):
max_concurrency: The maximum number of threads to use. Defaults to 4.
sample_size: The maximum number of files you would like to load from the
directory.
randomize_sample: Suffle the files to get a random sample.
sample_seed: set the seed of the random shuffle for reporoducibility.
randomize_sample: Shuffle the files to get a random sample.
sample_seed: set the seed of the random shuffle for reproducibility.
"""
if loader_kwargs is None:
loader_kwargs = {}

Loading…
Cancel
Save