From: Gregory P. Smith Date: Sat, 21 Sep 2024 17:39:53 +0000 (-0700) Subject: docs: words instead of <= X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f41f2bbb5892ed6960e70af1a66ea64ac74a6358;p=thirdparty%2FPython%2Fcpython.git docs: words instead of <= Co-authored-by: Peter Bierma --- diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 87f4b4fb9062..936040c47d29 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -320,7 +320,7 @@ An :class:`IMAP4` instance has the following methods: The *dur* argument sets a maximum duration (in seconds) to keep idling, after which iteration will stop. It defaults to ``None``, meaning no time limit. Callers wishing to avoid inactivity timeouts on servers that impose - them should keep this <= 29 minutes. + them should keep this at most 29 minutes. See the :ref:`warning below ` if using :class:`IMAP4_stream` on Windows.