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

This commit is contained in:
D.Lintin 2021-09-10 00:02:01 +08:00 committed by GitHub
parent 06148b1870
commit 7366854135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1847,7 +1847,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.