Skip to content

Commit 37f83de

Browse files
Give RPOP proper docstring
1 parent b83be9c commit 37f83de

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)