Fix typo in the What's New for 3.10 (GH-25396)
This commit is contained in:
parent
3386ca0b36
commit
c4073a24f9
@ -175,7 +175,7 @@ AttributeErrors
|
|||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
|
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:
|
raised from:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
|
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
|
raised from. Patch by Pablo Galindo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user