Skip to content

Commit d11b3b7

Browse files
JulienPalardezio-melotti
authored andcommitted
Document Py_ssize_t. (python/cpython#92512)
It fixes 252 errors from a Sphinx nitpicky run (sphinx-build -n). But there's 8182 errors left. Co-authored-by: Ezio Melotti <[email protected]>
1 parent 09f1afa commit d11b3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/clinic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ Here's the simplest example of a custom converter, from ``Modules/zlibmodule.c``
13471347
/*[python end generated code: output=da39a3ee5e6b4b0d input=35521e4e733823c7]*/
13481348

13491349
This block adds a converter to Argument Clinic named ``ssize_t``. Parameters
1350-
declared as ``ssize_t`` will be declared as type ``Py_ssize_t``, and will
1350+
declared as ``ssize_t`` will be declared as type :c:type:`Py_ssize_t`, and will
13511351
be parsed by the ``'O&'`` format unit, which will call the
13521352
``ssize_t_converter`` converter function. ``ssize_t`` variables
13531353
automatically support default values.

0 commit comments

Comments
 (0)