Skip to content
Prev Previous commit
Next Next commit
Update Doc/c-api/dict.rst
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
gpshead and CAM-Gerlach authored Jun 24, 2023
commit 302c387b338e89bb55613cd1968434b92fafa7cf
2 changes: 1 addition & 1 deletion Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Dictionary Objects
.. caution::

Exceptions that occur while this calls :meth:`~object.__hash__` and
:meth:`__eq__` methods are silently ignored.
:meth:`~object.__eq__` methods are silently ignored.
Prefer the :c:func:`PyDict_GetItemWithError` function instead.

.. versionchanged:: 3.10
Expand Down