]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix-up docstring
authorRaymond Hettinger <python@rcn.com>
Sat, 17 May 2008 04:13:36 +0000 (04:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 17 May 2008 04:13:36 +0000 (04:13 +0000)
Lib/poplib.py

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