mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
parent
23c46778d6
commit
20f6d485ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue