docs: fix typos in change log and documentations (#3985)

This commit is contained in:
Surav Shrestha 2023-10-27 10:11:47 +05:45 committed by GitHub
parent de701fe6aa
commit 7bfa35cca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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