summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.10.rst2
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 21f912871d..f149d7453b 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 09c73eae77..0bd2fa6544 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