Skip to content

Commit f41f2bb

Browse files
docs: words instead of <=
Co-authored-by: Peter Bierma <[email protected]>
1 parent dc71241 commit f41f2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/imaplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ An :class:`IMAP4` instance has the following methods:
320320
The *dur* argument sets a maximum duration (in seconds) to keep idling,
321321
after which iteration will stop. It defaults to ``None``, meaning no time
322322
limit. Callers wishing to avoid inactivity timeouts on servers that impose
323-
them should keep this <= 29 minutes.
323+
them should keep this at most 29 minutes.
324324
See the :ref:`warning below <windows-pipe-timeout-warning>` if using
325325
:class:`IMAP4_stream` on Windows.
326326

0 commit comments

Comments
 (0)