docs: fix typos in change log and documentations (#3985)
This commit is contained in:
parent
de701fe6aa
commit
7bfa35cca8
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
||||||
- Maintanence release to get a fix out for GitHub Action edge case (#3957)
|
- Maintenance release to get a fix out for GitHub Action edge case (#3957)
|
||||||
|
|
||||||
### Preview style
|
### Preview style
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ used by _Black_ can be viewed as a strict subset of PEP 8.
|
|||||||
_Black_ reformats entire files in place. It doesn't reformat lines that contain
|
_Black_ reformats entire files in place. It doesn't reformat lines that contain
|
||||||
`# fmt: skip` or blocks that start with `# fmt: off` and end with `# fmt: on`.
|
`# fmt: skip` or blocks that start with `# fmt: off` and end with `# fmt: on`.
|
||||||
`# fmt: skip` can be mixed with other pragmas/comments either with multiple comments
|
`# fmt: skip` can be mixed with other pragmas/comments either with multiple comments
|
||||||
(e.g. `# fmt: skip # pylint # noqa`) or as a semicolon separeted list (e.g.
|
(e.g. `# fmt: skip # pylint # noqa`) or as a semicolon separated list (e.g.
|
||||||
`# fmt: skip; pylint; noqa`). `# fmt: on/off` must be on the same level of indentation
|
`# fmt: skip; pylint; noqa`). `# fmt: on/off` must be on the same level of indentation
|
||||||
and in the same block, meaning no unindents beyond the initial indentation level between
|
and in the same block, meaning no unindents beyond the initial indentation level between
|
||||||
them. It also recognizes [YAPF](https://github.com/google/yapf)'s block comments to the
|
them. It also recognizes [YAPF](https://github.com/google/yapf)'s block comments to the
|
||||||
|
Loading…
Reference in New Issue
Block a user