commit | ce956842e2f2953bc8eeeb209415121760a3b337 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat May 17 04:13:36 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat May 17 04:13:36 2008 +0000 |
tree | d3a53fca20b8172a748ad4c501a0d1c7b4ef4f1e | |
parent | 518c44cecf3df7312cda8b15d0c44dce00ff9467 [diff] [blame] |
Fix-up docstring
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 @@ def rset(self): - """Not sure what this does.""" + """Unmark all messages marked for deletion.""" return self._shortcmd('RSET')