Fix minor typo in 3.10.rst (GH-28253) (GH-28259)

(cherry picked from commit 7366854135)

Co-authored-by: D.Lintin <diantolintin3@gmail.com>

Co-authored-by: D.Lintin <diantolintin3@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-09-09 10:10:04 -07:00 committed by GitHub
parent 23c46778d6
commit 20f6d485ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1843,7 +1843,7 @@ Changes in the Python syntax
* Deprecation warning is now emitted when compiling previously valid syntax
if the numeric literal is immediately followed by a keyword (like in ``0in x``).
If future releases it will be changed to syntax warning, and finally to a
In future releases it will be changed to syntax warning, and finally to a
syntax error. To get rid of the warning and make the code compatible with
future releases just add a space between the numeric literal and the
following keyword.