]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in whatsnew/3.10.rst (GH-26310)
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>
Sun, 23 May 2021 22:10:24 +0000 (03:40 +0530)
committerGitHub <noreply@github.com>
Sun, 23 May 2021 22:10:24 +0000 (23:10 +0100)
Doc/whatsnew/3.10.rst

index 2dfa7e4e6aff55afc4756b2c2327e286a51ec310..6443b78c8fa4cb74afd295117da1efd7600dbea4 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):