summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-04-14 13:16:47 (GMT)
committerGitHub <noreply@github.com>2021-04-14 13:16:47 (GMT)
commitc4073a24f95b54705416138dc1f20141ad76dd37 (patch)
tree42c507899bc4743b82782e98419a556d640bdea8 /Misc
parent3386ca0b36327afeef8d7eff277b2aed1030c08d (diff)
downloadcpython-c4073a24f95b54705416138dc1f20141ad76dd37.zip
cpython-c4073a24f95b54705416138dc1f20141ad76dd37.tar.gz
cpython-c4073a24f95b54705416138dc1f20141ad76dd37.tar.bz2
Fix typo in the What's New for 3.10 (GH-25396)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst2
1 files changed, 1 insertions, 1 deletions
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 09c73ea..0bd2fa6 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