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

.. note::
Comment thread
gpshead marked this conversation as resolved.

Exceptions that occur while this calls :meth:`__hash__` and
Exceptions that occur while this calls :meth:`~object.__hash__` and
:meth:`~object.__eq__` methods or while creating the temporary :class:`str`
object are silently ignored.
Prefer using the :c:func:`PyDict_GetItemWithError` function with your own
Expand Down