Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into sphinx-3-c-types
  • Loading branch information
ambv committed Oct 5, 2022
commit 4875e362fdd6b5879a223fe9cada282762526b51
2 changes: 1 addition & 1 deletion Doc/c-api/arg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Other objects
status = converter(object, address);

where *object* is the Python object to be converted and *address* is the
:c:expr:`void*` argument that was passed to the :c:func:`PyArg_Parse\*` function.
:c:expr:`void*` argument that was passed to the ``PyArg_Parse*`` function.
The returned *status* should be ``1`` for a successful conversion and ``0`` if
the conversion has failed. When the conversion fails, the *converter* function
should raise an exception and leave the content of *address* unmodified.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.