Skip to content

Commit 2ba5190

Browse files
[3.13] Give poplib.POP3.rpop a proper docstring (GH-127370) (#127721)
Give `poplib.POP3.rpop` a proper docstring (GH-127370) Previously `poplib.POP3.rpop` had a "Not sure what this does" docstring, now it has been fixed. (cherry picked from commit 27d0d21) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent d95df6a commit 2ba5190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/poplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def close(self):
309309
# optional commands:
310310

311311
def rpop(self, user):
312-
"""Not sure what this does."""
312+
"""Send RPOP command to access the mailbox with an alternate user."""
313313
return self._shortcmd('RPOP %s' % user)
314314

315315

0 commit comments

Comments
 (0)