mirror of
https://github.com/python/cpython.git
synced 2024-11-29 12:54:02 +08:00
markup glitch (spotted by George Yoshida)
This commit is contained in:
parent
fe8a56680a
commit
1f2dac5766
@ -871,7 +871,7 @@ PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
|
||||
Only available on platforms that support \ctype{unsigned long long}.
|
||||
|
||||
\item[\samp{n} (int) {[Py_ssize_t]}]
|
||||
Convert a C \ctype{Py_ssize_t) to a Python integer or long integer.
|
||||
Convert a C \ctype{Py_ssize_t} to a Python integer or long integer.
|
||||
\versionadded{2.5}
|
||||
|
||||
\item[\samp{c} (string of length 1) {[char]}]
|
||||
|
Loading…
Reference in New Issue
Block a user