mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in the What's New for 3.10 (GH-25396)
This commit is contained in:
parent
3386ca0b36
commit
c4073a24f9
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue