Fix typos in CHANGES.md (#3963)

This commit is contained in:
Aniket Patil 2023-10-23 02:46:43 +05:30 committed by GitHub
parent 882d8795c6
commit 0a37888e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
### Parser ### Parser
- Fix bug where attributes named `type` were not acccepted inside `match` statements - Fix bug where attributes named `type` were not accepted inside `match` statements
(#3950) (#3950)
- Add support for PEP 695 type aliases containing lambdas and other unusual expressions - Add support for PEP 695 type aliases containing lambdas and other unusual expressions
(#3949) (#3949)
@ -926,7 +926,7 @@ and the first release covered by our new
[`master`](https://github.com/psf/black/tree/main) branch with the [`master`](https://github.com/psf/black/tree/main) branch with the
[`main`](https://github.com/psf/black/tree/main) branch. Some additional changes in [`main`](https://github.com/psf/black/tree/main) branch. Some additional changes in
the source code were also made. (#2210) the source code were also made. (#2210)
- Sigificantly reorganized the documentation to make much more sense. Check them out by - Significantly reorganized the documentation to make much more sense. Check them out by
heading over to [the stable docs on RTD](https://black.readthedocs.io/en/stable/). heading over to [the stable docs on RTD](https://black.readthedocs.io/en/stable/).
(#2174) (#2174)