diff options
author | Georg Brandl <georg@python.org> | 2005-08-05 21:01:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-05 21:01:58 (GMT) |
commit | 2772c679e9c9503965301541ffa2a730c2527976 (patch) | |
tree | efdd2d30da591074aec1a457c5bae3627463bec5 /Doc/lib/libpoplib.tex | |
parent | a580c47c6d4acb6bc4323bbf04ab24c4487a67e9 (diff) | |
download | cpython-2772c679e9c9503965301541ffa2a730c2527976.zip cpython-2772c679e9c9503965301541ffa2a730c2527976.tar.gz cpython-2772c679e9c9503965301541ffa2a730c2527976.tar.bz2 |
bug [ 1252706 ] poplib list() docstring fix (and docs too)
Diffstat (limited to 'Doc/lib/libpoplib.tex')
-rw-r--r-- | Doc/lib/libpoplib.tex | 4 |
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} |