From 018cfbe48e3b748ffde6813eb2a102e54437b429 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Sun, 23 May 2021 00:59:58 +0530 Subject: [PATCH] Typo fix --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 2dfa7e4e6aff55..6443b78c8fa4cb 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):