We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbc1e commit 3a0b666Copy full SHA for 3a0b666
1 file changed
Doc/c-api/dict.rst
@@ -151,7 +151,7 @@ Dictionary objects
151
* If the key is present, set *\*result* to a new :term:`strong reference`
152
to the value and return ``1``.
153
* If the key is missing, set *\*result* to ``NULL`` and return ``0``.
154
- * On error, raise an exception, set *\*result* to ``NULL``, and return ``-1``.
+ * On error, raise an exception, set *\*result* to ``NULL`` and return ``-1``.
155
156
The first argument can be a :class:`dict` or a :class:`frozendict`.
157
0 commit comments