summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-05 21:02:43 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-05 21:02:43 (GMT)
commit56566984dfe2724e1c8d24f4f3223018cb89800f (patch)
tree9f3137a892eb07d8dd4bc0bbcc43dc3ffd2741a2 /Doc
parent16bb9c905212a3c2b8e07030c65ffa71836ccb74 (diff)
downloadcpython-56566984dfe2724e1c8d24f4f3223018cb89800f.zip
cpython-56566984dfe2724e1c8d24f4f3223018cb89800f.tar.gz
cpython-56566984dfe2724e1c8d24f4f3223018cb89800f.tar.bz2
backport patch [ 1252706 ] poplib list() docstring fix (and docs too)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpoplib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex
index e10ee34..25570ae 100644
--- a/Doc/lib/libpoplib.tex
+++ b/Doc/lib/libpoplib.tex
@@ -108,8 +108,8 @@ Get mailbox status. The result is a tuple of 2 integers:
\begin{methoddesc}{list}{\optional{which}}
Request message list, result is in the form
-\code{(\var{response}, ['mesg_num octets', ...])}. If \var{which} is
-set, it is the message to list.
+\code{(\var{response}, ['mesg_num octets', ...], \var{octets})}.
+If \var{which} is set, it is the message to list.
\end{methoddesc}
\begin{methoddesc}{retr}{which}