Skip to content

Commit

Permalink
Fix typo in the What's New for 3.10 (GH-25396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Apr 14, 2021
1 parent 3386ca0 commit c4073a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Expand Up @@ -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
Expand Down
@@ -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

0 comments on commit c4073a2

Please sign in to comment.