Fix-up docstring

This commit is contained in:
Raymond Hettinger 2008-05-17 04:13:36 +00:00
parent 518c44cecf
commit ce956842e2
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class POP3:
def rset(self): def rset(self):
"""Not sure what this does.""" """Unmark all messages marked for deletion."""
return self._shortcmd('RSET') return self._shortcmd('RSET')