From ce956842e2f2953bc8eeeb209415121760a3b337 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 17 May 2008 04:13:36 +0000 Subject: Fix-up docstring --- Lib/poplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/poplib.py b/Lib/poplib.py index 149675a..4cffb04 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') -- cgit v0.12