Skip to content

Commit 3b70534

Browse files
author
Forest
committed
imaplib: end doc string titles with a period
1 parent 656e9f5 commit 3b70534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/imaplib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def getquotaroot(self, mailbox):
647647

648648

649649
def idle(self, duration=None):
650-
"""Return an Idler: an iterable context manager for the IDLE command
650+
"""Return an Idler: an iterable context manager for the IDLE command.
651651
652652
:param duration: Maximum duration (in seconds) to keep idling,
653653
or None for no time limit. To avoid inactivity
@@ -1399,7 +1399,7 @@ def print_log(self):
13991399

14001400

14011401
class Idler:
1402-
"""Iterable context manager: start IDLE & produce untagged responses
1402+
"""Iterable context manager: start IDLE & produce untagged responses.
14031403
14041404
An object of this type is returned by the IMAP4.idle() method.
14051405
It sends the IDLE command when activated by the 'with' statement, produces

0 commit comments

Comments
 (0)