From 1f2dac5766dd65924cd6cc38492d335234c1086e Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Wed, 1 Mar 2006 12:43:53 +0000 Subject: [PATCH] markup glitch (spotted by George Yoshida) --- Doc/api/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 5aecbc39b2..5a6f0b0d9f 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]}] -- 2.50.1