Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bfa35c

Browse files
docs: fix typos in change log and documentations (psf#3985)
1 parent de701fe commit 7bfa35c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
### Highlights
5454

55-
- Maintanence release to get a fix out for GitHub Action edge case (#3957)
55+
- Maintenance release to get a fix out for GitHub Action edge case (#3957)
5656

5757
### Preview style
5858

docs/the_black_code_style/current_style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ used by _Black_ can be viewed as a strict subset of PEP 8.
1111
_Black_ reformats entire files in place. It doesn't reformat lines that contain
1212
`# fmt: skip` or blocks that start with `# fmt: off` and end with `# fmt: on`.
1313
`# fmt: skip` can be mixed with other pragmas/comments either with multiple comments
14-
(e.g. `# fmt: skip # pylint # noqa`) or as a semicolon separeted list (e.g.
14+
(e.g. `# fmt: skip # pylint # noqa`) or as a semicolon separated list (e.g.
1515
`# fmt: skip; pylint; noqa`). `# fmt: on/off` must be on the same level of indentation
1616
and in the same block, meaning no unindents beyond the initial indentation level between
1717
them. It also recognizes [YAPF](https://github.com/google/yapf)'s block comments to the

0 commit comments

Comments
 (0)