mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bug [ 1252706 ] poplib list() docstring fix (and docs too)
This commit is contained in:
parent
a580c47c6d
commit
2772c679e9
2 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@ class POP3:
|
|||
"""Request listing, return result.
|
||||
|
||||
Result without a message number argument is in form
|
||||
['response', ['mesg_num octets', ...]].
|
||||
['response', ['mesg_num octets', ...], octets].
|
||||
|
||||
Result when a message number argument is given is a
|
||||
single response: the "scan listing" for that message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue