summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-01-04 03:11:45 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-01-04 03:11:45 (GMT)
commit4cd5a08d8b120fa809cb4a5704cb34aa244263b5 (patch)
treeff0629847cb37c46b67a2d5b1700a62c46e3cf19 /Doc/api/abstract.tex
parent71745802ecb475d1a29adb6944262b2ad8a186ed (diff)
downloadcpython-4cd5a08d8b120fa809cb4a5704cb34aa244263b5.zip
cpython-4cd5a08d8b120fa809cb4a5704cb34aa244263b5.tar.gz
cpython-4cd5a08d8b120fa809cb4a5704cb34aa244263b5.tar.bz2
Fix small factual error.
Diffstat (limited to 'Doc/api/abstract.tex')
-rw-r--r--Doc/api/abstract.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex
index 1acbef9..f19928f 100644
--- a/Doc/api/abstract.tex
+++ b/Doc/api/abstract.tex
@@ -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}