]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 May 2021 22:12:13 +0000 (15:12 -0700)
committerGitHub <noreply@github.com>
Sun, 23 May 2021 22:12:13 +0000 (23:12 +0100)
(cherry picked from commit 3ad101b3175c102e252161a1b8b928e694de8c94)

Co-authored-by: Tushar Sadhwani <tushar.sadhwani000@gmail.com>
Doc/whatsnew/3.10.rst

index edc33e0df65a44b6594166422f013f147838477d..b83e756e553c4793fa5b03cc517851b011fc7a2a 100644 (file)
@@ -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):