]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs consistency
authorGregory P. Smith <greg@krypto.org>
Sat, 21 Sep 2024 17:43:17 +0000 (10:43 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2024 17:43:17 +0000 (10:43 -0700)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/library/imaplib.rst

index 6c320c2928aedb990d92f4086b1a3336fb65f351..5c999ab7e93fce21def87414d17baa3c09b11571 100644 (file)
@@ -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.