]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
markup glitch (spotted by George Yoshida)
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 1 Mar 2006 12:43:53 +0000 (12:43 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 1 Mar 2006 12:43:53 +0000 (12:43 +0000)
Doc/api/utilities.tex

index 5aecbc39b237baf8deb5d57a26dbb3ac431c38a1..5a6f0b0d9fa1ecc8a682c494be6c8c599cfd4188 100644 (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]}]