Skip to content

Commit

Permalink
Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7366854)

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

Co-authored-by: D.Lintin <diantolintin3@gmail.com>
  • Loading branch information
miss-islington and dlintin committed Sep 9, 2021
1 parent 23c4677 commit 20f6d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 20f6d48

Please sign in to comment.