Fix typos (#2603)
This commit is contained in:
parent
0753d99519
commit
53cabe7265
@ -14,7 +14,7 @@
|
|||||||
- Document stability policy, that will apply for non-beta releases (#2529)
|
- Document stability policy, that will apply for non-beta releases (#2529)
|
||||||
- Add new `--workers` parameter (#2514)
|
- Add new `--workers` parameter (#2514)
|
||||||
- Fixed feature detection for positional-only arguments in lambdas (#2532)
|
- Fixed feature detection for positional-only arguments in lambdas (#2532)
|
||||||
- Bumped typed-ast version minimum to 1.4.3 for 3.10 compatiblity (#2519)
|
- Bumped typed-ast version minimum to 1.4.3 for 3.10 compatibility (#2519)
|
||||||
- Fixed a Python 3.10 compatibility issue where the loop argument was still being passed
|
- Fixed a Python 3.10 compatibility issue where the loop argument was still being passed
|
||||||
even though it has been removed (#2580)
|
even though it has been removed (#2580)
|
||||||
- Deprecate Python 2 formatting support (#2523)
|
- Deprecate Python 2 formatting support (#2523)
|
||||||
|
@ -10,8 +10,8 @@ The Black Code Style
|
|||||||
*Black* is a PEP 8 compliant opinionated formatter with its own style.
|
*Black* is a PEP 8 compliant opinionated formatter with its own style.
|
||||||
|
|
||||||
While keeping the style unchanged throughout releases has always been a goal,
|
While keeping the style unchanged throughout releases has always been a goal,
|
||||||
the *Black* code style isn't set in stone. It evolves to accomodate for new features
|
the *Black* code style isn't set in stone. It evolves to accommodate for new features
|
||||||
in the Python language and, ocassionally, in response to user feedback.
|
in the Python language and, occasionally, in response to user feedback.
|
||||||
|
|
||||||
Stability Policy
|
Stability Policy
|
||||||
----------------
|
----------------
|
||||||
@ -32,7 +32,7 @@ versions of *Black*:
|
|||||||
improved formatting enabled by newer Python language syntax as well as due
|
improved formatting enabled by newer Python language syntax as well as due
|
||||||
to improvements in the formatting logic.
|
to improvements in the formatting logic.
|
||||||
|
|
||||||
- The ``--future`` flag is exempt from this policy. There are no guarentees
|
- The ``--future`` flag is exempt from this policy. There are no guarantees
|
||||||
around the stability of the output with that flag passed into *Black*. This
|
around the stability of the output with that flag passed into *Black*. This
|
||||||
flag is intended for allowing experimentation with the proposed changes to
|
flag is intended for allowing experimentation with the proposed changes to
|
||||||
the *Black* code style.
|
the *Black* code style.
|
||||||
|
Loading…
Reference in New Issue
Block a user