From: Fredrik Lundh Date: Wed, 1 Mar 2006 12:43:53 +0000 (+0000) Subject: markup glitch (spotted by George Yoshida) X-Git-Tag: v2.5a0~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f2dac5766dd65924cd6cc38492d335234c1086e;p=thirdparty%2FPython%2Fcpython.git markup glitch (spotted by George Yoshida) --- diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 5aecbc39b237..5a6f0b0d9fa1 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -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]}]