From: Gregory P. Smith Date: Sat, 21 Sep 2024 17:43:17 +0000 (-0700) Subject: docs consistency X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c76b2fa81e51bfbd09a21437cf9aa3be07efe52;p=thirdparty%2FPython%2Fcpython.git docs consistency Co-authored-by: Peter Bierma --- diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 6c320c2928ae..5c999ab7e93f 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -365,7 +365,7 @@ An :class:`IMAP4` instance has the following methods: The ``IDLE`` context's maximum duration (the *dur* argument to :meth:`IMAP4.idle`) is respected when waiting for the first response - in a burst. Therefore, an expired idle context will cause this generator + in a burst. Therefore, an expired ``IDLE`` context will cause this generator to return immediately without producing anything. Callers should consider this if using it in a loop.