bug [ 1252706 ] poplib list() docstring fix (and docs too)
diff --git a/Lib/poplib.py b/Lib/poplib.py
index 1475bdc..202c6e0 100644
--- a/Lib/poplib.py
+++ b/Lib/poplib.py
@@ -219,7 +219,7 @@
         """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.