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

This commit is contained in:
Pablo Galindo 2021-04-14 14:16:47 +01:00 committed by GitHub
parent 3386ca0b36
commit c4073a24f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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

View 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