Skip to content

Commit

Permalink
docs: fix typos in change log and documentations (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
shresthasurav committed Oct 27, 2023
1 parent de701fe commit 7bfa35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -52,7 +52,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion docs/the_black_code_style/current_style.md
Expand Up @@ -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
`# 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
(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
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
Expand Down

0 comments on commit 7bfa35c

Please sign in to comment.