Skip to content

Commit c4073a2

Browse files
authored
Fix typo in the What's New for 3.10 (GH-25396)
1 parent 3386ca0 commit c4073a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ AttributeErrors
175175
~~~~~~~~~~~~~~~
176176
177177
When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
178-
suggestions of simmilar attribute names in the object that the exception was
178+
suggestions of similar attribute names in the object that the exception was
179179
raised from:
180180
181181
.. code-block:: python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
2-
suggestions of simmilar attribute names in the object that the exception was
2+
suggestions of similar attribute names in the object that the exception was
33
raised from. Patch by Pablo Galindo

0 commit comments

Comments
 (0)