]> granicus.if.org Git - python/commitdiff
fix some markup errors
authorFred Drake <fdrake@acm.org>
Wed, 23 Apr 2003 20:38:41 +0000 (20:38 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 23 Apr 2003 20:38:41 +0000 (20:38 +0000)
Doc/api/concrete.tex

index cc3b2abf8c231a34ec82bf95da3239282a2c5a2b..f8cbc2834b1590ed6625add86ac64cbccff4c179 100644 (file)
@@ -170,14 +170,14 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
 
 \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongMask}{PyObject *io}
   Will first attempt to cast the object to a \ctype{PyIntObject} or
-  \ctypes{PyLongObject}, if it is not already one, and then return its
+  \ctype{PyLongObject}, if it is not already one, and then return its
   value as unsigned long.  This function does not check for overflow.
   \versionadded{2.3}
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
   Will first attempt to cast the object to a \ctype{PyIntObject} or
-  \ctypes{PyLongObject}, if it is not already one, and then return its
+  \ctype{PyLongObject}, if it is not already one, and then return its
   value as unsigned long long, without checking for overflow.
   \versionadded{2.3}
 \end{cfuncdesc}