[Python-checkins] Python Regression Test Failures doc (1)

George Yoshida dynkin at gmail.com
Wed Mar 1 12:29:18 CET 2006


Index: Doc/api/utilities.tex
===================================================================
--- Doc/api/utilities.tex       (revision 42726)
+++ Doc/api/utilities.tex       (working copy)
@@ -871,7 +871,7 @@
     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}

-- george

On 3/1/06, Neal Norwitz <neal at metaslash.com> wrote:
> TEXINPUTS=/home/neal/python/trunk/Doc/commontex: python /home/neal/python/trunk/Doc/tools/mkhowto --html --about html/stdabout.dat --iconserver ../icons --favicon ../icons/pyfav.png --address "See <i><a href=\"about.html\">About this document...</a></i> for information on suggesting changes." --up-link ../index.html --up-title "Python Documentation Index" --global-module-index "../modindex.html" --dvips-safe --dir html/api api/api.tex
> *** Session transcript and error messages are in /home/neal/python/trunk/Doc/html/api/api.how.
> *** Exited with status 1.


More information about the Python-checkins mailing list