Fix several typos. NFC.

This commit is contained in:
J. Neuschäfer 2023-01-20 20:48:29 +01:00 committed by GitHub
parent 427c82fcbc
commit 91d4513682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -64,7 +64,7 @@ Language changes
* Added: :meth:`Value.shift_left` and :meth:`Value.shift_right`.
* Added: :class:`ValueCastable`.
* Deprecated: :class:`ast.UserValue`; use :class:`ValueCastable` instead.
* Added: Divison and modulo operators can be used with a negative divisor.
* Added: Division and modulo operators can be used with a negative divisor.
Standard library changes