From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 23 May 2021 22:12:13 +0000 (-0700) Subject: Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323) X-Git-Tag: v3.10.0b2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04a4934a847a10b063291ac54cc8af3c20af4c66;p=thirdparty%2FPython%2Fcpython.git Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323) (cherry picked from commit 3ad101b3175c102e252161a1b8b928e694de8c94) Co-authored-by: Tushar Sadhwani --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index edc33e0df65a..b83e756e553c 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):