Skip to content

Commit

Permalink
imaplib: end doc string titles with a period
Browse files Browse the repository at this point in the history
  • Loading branch information
foresto committed Dec 10, 2024
1 parent 656e9f5 commit 3b70534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/imaplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def getquotaroot(self, mailbox):


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


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

0 comments on commit 3b70534

Please sign in to comment.