Fix typo in target-version param wrongly used in plural (#3817)

This commit is contained in:
Yury V. Zaytsev 2023-07-27 16:12:38 +02:00 committed by GitHub
parent c3235e6da7
commit d9d0a02d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ $ black -t py37 -t py38 -t py39 -t py310
In a [configuration file](#configuration-via-a-file), you can write:
```toml
target-versions = ["py37", "py38", "py39", "py310"]
target-version = ["py37", "py38", "py39", "py310"]
```
_Black_ uses this option to decide what grammar to use to parse your code. In addition,