summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>2021-05-23 22:10:24 (GMT)
committerGitHub <noreply@github.com>2021-05-23 22:10:24 (GMT)
commit3ad101b3175c102e252161a1b8b928e694de8c94 (patch)
tree6e0e763c89c2d1e72f64218dd71966d346515aa1 /Doc/whatsnew
parent8b9310d90281d4bd3643f4e0767b2d0390f0cb05 (diff)
downloadcpython-3ad101b3175c102e252161a1b8b928e694de8c94.zip
cpython-3ad101b3175c102e252161a1b8b928e694de8c94.tar.gz
cpython-3ad101b3175c102e252161a1b8b928e694de8c94.tar.bz2
Fix typo in whatsnew/3.10.rst (GH-26310)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 2dfa7e4..6443b78 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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):