Skip to content

Commit a761f76

Browse files
committed
Fixed dot.
1 parent 20e02b9 commit a761f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)