From 2a87610f79d5e39b1dfffd00f549839531cfb562 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 5 Jun 2022 14:38:29 -0700 Subject: [PATCH] Fix typo in examples/downloader.py --- examples/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/downloader.py b/examples/downloader.py index 919aa734..8a0be500 100644 --- a/examples/downloader.py +++ b/examples/downloader.py @@ -61,7 +61,7 @@ def copy_url(task_id: TaskID, url: str, path: str) -> None: def download(urls: Iterable[str], dest_dir: str): - """Download multuple files to the given directory.""" + """Download multiple files to the given directory.""" with progress: with ThreadPoolExecutor(max_workers=4) as pool: