Skip to content

Commit 171ebf1

Browse files
author
Forest
committed
docs: imaplib: say that 29 minutes is 1740 seconds
1 parent 92d7ce7 commit 171ebf1

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
@@ -324,7 +324,7 @@ An :class:`IMAP4` instance has the following methods:
324324
after which any ongoing iteration will stop. It defaults to ``None``,
325325
meaning no time limit, but can also be an :class:`int` or :class:`float`.
326326
Callers wishing to avoid inactivity timeouts on servers that impose them
327-
should keep this at most 29 minutes.
327+
should keep this at most 29 minutes (1740 seconds).
328328
See the :ref:`warning below <windows-pipe-timeout-warning>` if using
329329
:class:`IMAP4_stream` on Windows.
330330

0 commit comments

Comments
 (0)