[Python-checkins] Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)

iritkatriel webhook-mailer at python.org
Sun May 23 18:12:22 EDT 2021


https://github.com/python/cpython/commit/04a4934a847a10b063291ac54cc8af3c20af4c66
commit: 04a4934a847a10b063291ac54cc8af3c20af4c66
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: iritkatriel <iritkatriel at yahoo.com>
date: 2021-05-23T23:12:13+01:00
summary:

Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)

(cherry picked from commit 3ad101b3175c102e252161a1b8b928e694de8c94)

Co-authored-by: Tushar Sadhwani <tushar.sadhwani000 at gmail.com>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index edc33e0df65a4..b83e756e553c4 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):
 



More information about the Python-checkins mailing list