Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 24, 2023
1 parent ddba4bf commit 9b9ee61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage_and_configuration/the_basics.md
Expand Up @@ -246,8 +246,8 @@ respect the `--force-exclude` option on some editors that rely on using stdin.
#### `-W`, `--workers`

When _Black_ formats multiple files, it may use a process pool to speed up formatting.
This option controls the number of parallel workers. This can also be specified via
the `BLACK_NUM_WORKERS` environment variable.
This option controls the number of parallel workers. This can also be specified via the
`BLACK_NUM_WORKERS` environment variable.

#### `-q`, `--quiet`

Expand Down Expand Up @@ -307,8 +307,8 @@ The directory where _Black_ should store its cache.

#### `BLACK_NUM_WORKERS`

The number of parallel workers _Black_ should use. The command line option
`-W` / `--workers` takes precedence over this environment variable.
The number of parallel workers _Black_ should use. The command line option `-W` /
`--workers` takes precedence over this environment variable.

### Code input alternatives

Expand Down

0 comments on commit 9b9ee61

Please sign in to comment.