]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in the What's New for 3.10 (GH-25396)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 14 Apr 2021 13:16:47 +0000 (14:16 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 13:16:47 +0000 (14:16 +0100)
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/Core and Builtins/2019-10-27-20-20-07.bpo-38530.ZyoDNn.rst

index 21f912871d47a7490994fda4cd3e4f62cba6052a..f149d7453b89549409fe487c08c53a214b48b736 100644 (file)
@@ -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
index 09c73eae77def530b1665d81e9895c1138230540..0bd2fa65448826c8d9afef225262f638b5e0fbb0 100644 (file)
@@ -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