diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-03-01 12:43:53 +0000 |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-03-01 12:43:53 +0000 |
commit | 1f2dac5766dd65924cd6cc38492d335234c1086e (patch) | |
tree | bad3f8354c52b66e99a2624ff7e5045dfbacb08d | |
parent | fe8a56680a01a9f4a7209df512d93a72b925c0a5 (diff) | |
download | cpython-git-1f2dac5766dd65924cd6cc38492d335234c1086e.tar.gz |
markup glitch (spotted by George Yoshida)
-rw-r--r-- | Doc/api/utilities.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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]}] |