diff --git a/Lib/poplib.py b/Lib/poplib.py index 149675a4aee..4cffb04ca4e 100644 --- a/Lib/poplib.py +++ b/Lib/poplib.py @@ -240,7 +240,7 @@ class POP3: def rset(self): - """Not sure what this does.""" + """Unmark all messages marked for deletion.""" return self._shortcmd('RSET')