Skip to content

Commit 3ab40b3

Browse files
committed
Fixed dot.
1 parent a7fdb9a commit 3ab40b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By default taskiq uses **threadpool**. Here are some worker CLI options that can
3232

3333
* `--use-process-pool` to switch to `ProcessPoolExecutor`;
3434
* `--max-process-pool-processes` to manually specify worker processes;
35-
* `--max-threadpool-threads` to configure maximum threads for `ThreadPoolExecutor` if it's the one being used;
35+
* `--max-threadpool-threads` to configure maximum threads for `ThreadPoolExecutor` if it's the one being used.
3636

3737
### Auto importing
3838

0 commit comments

Comments
 (0)