Skip to content

Commit 27d0d21

Browse files
Give poplib.POP3.rpop a proper docstring (#127370)
Previously `poplib.POP3.rpop` had a "Not sure what this does" docstring, now it has been fixed.
1 parent 72dca6c commit 27d0d21

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)