From 2c76b2fa81e51bfbd09a21437cf9aa3be07efe52 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 21 Sep 2024 10:43:17 -0700 Subject: [PATCH] docs consistency Co-authored-by: Peter Bierma --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3