Skip to content

Commit 8b02313

Browse files
docs: fix ssizeobjargproc parameters (GH-100736)
(cherry picked from commit 5fb1c08) Co-authored-by: David Lechner <[email protected]>
1 parent 35a010f commit 8b02313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/typeobj.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ slot typedefs
450450
| | | |
451451
| | :c:type:`PyObject` * | |
452452
| | :c:type:`Py_ssize_t` | |
453+
| | :c:type:`PyObject` * | |
453454
+-----------------------------+-----------------------------+----------------------+
454455
| :c:type:`objobjproc` | .. line-block:: | int |
455456
| | | |
@@ -2595,7 +2596,7 @@ Slot Type typedefs
25952596
25962597
.. c:type:: PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t)
25972598
2598-
.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
2599+
.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *)
25992600
26002601
.. c:type:: int (*objobjproc)(PyObject *, PyObject *)
26012602

0 commit comments

Comments
 (0)