mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix typo in whatsnew/3.10.rst (GH-26310)
This commit is contained in:
parent
8b9310d902
commit
3ad101b317
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ These improvements are inspired by previous work in the PyPy interpreter.
|
|||
:issue:`40176`.)
|
||||
|
||||
:exc:`SyntaxError` exceptions raised by the interpreter will now highlight the
|
||||
full error range of the expression that consistutes the syntax error itself,
|
||||
full error range of the expression that constitutes the syntax error itself,
|
||||
instead of just where the problem is detected. In this way, instead of displaying
|
||||
(before Python 3.10):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue