Skip to content
Prev Previous commit
Next Next commit
Update Doc/c-api/dict.rst
Co-authored-by: C.A.M. Gerlach <[email protected]>
  • Loading branch information
gpshead and CAM-Gerlach authored Jun 24, 2023
commit 42beeb4c2e1542bd1259a2790435ec52114b8008
2 changes: 1 addition & 1 deletion Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Dictionary Objects
Return the object from dictionary *p* which has a key *key*. Return ``NULL``
if the key *key* is not present, but *without* setting an exception.

.. note::
.. caution::

Exceptions that occur while this calls :meth:`__hash__` and
:meth:`__eq__` methods are silently ignored.
Expand Down