]> granicus.if.org Git - python/commitdiff
Fix small factual error.
authorRaymond Hettinger <python@rcn.com>
Sun, 4 Jan 2004 03:11:45 +0000 (03:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 4 Jan 2004 03:11:45 +0000 (03:11 +0000)
Doc/api/abstract.tex

index 1acbef9e7c622a766c4cfa3e158ace72821c8555..f19928f9fc247e07f213cdc80d098497277e646c 100644 (file)
@@ -342,7 +342,7 @@ determination.
 \begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o}
 \cfuncline{int}{PyObject_Size}{PyObject *o}
   Return the length of object \var{o}.  If the object \var{o} provides
-  both sequence and mapping protocols, the sequence length is
+  either the sequence and mapping protocols, the sequence length is
   returned.  On error, \code{-1} is returned.  This is the equivalent
   to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
 \end{cfuncdesc}