[Python-checkins] Fix typo in the What's New for 3.10 (GH-25396)

pablogsal webhook-mailer at python.org
Wed Apr 14 09:16:52 EDT 2021


https://github.com/python/cpython/commit/c4073a24f95b54705416138dc1f20141ad76dd37
commit: c4073a24f95b54705416138dc1f20141ad76dd37
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-04-14T14:16:47+01:00
summary:

Fix typo in the What's New for 3.10 (GH-25396)

files:
M Doc/whatsnew/3.10.rst
M Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 21f912871d47a..f149d7453b895 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -175,7 +175,7 @@ AttributeErrors
 ~~~~~~~~~~~~~~~
 
 When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
-suggestions of simmilar attribute names in the object that the exception was
+suggestions of similar attribute names in the object that the exception was
 raised from:
 
 .. code-block:: python
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst b/Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst
index 09c73eae77def..0bd2fa6544882 100644
--- a/Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst	
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst	
@@ -1,3 +1,3 @@
 When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
-suggestions of simmilar attribute names in the object that the exception was
+suggestions of similar attribute names in the object that the exception was
 raised from. Patch by Pablo Galindo



More information about the Python-checkins mailing list