markup glitch (spotted by George Yoshida)

This commit is contained in:
Fredrik Lundh 2006-03-01 12:43:53 +00:00
parent fe8a56680a
commit 1f2dac5766

View File

@ -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]}]