From 24fcdbb9565da401f49b34bb43ac30aa7405cf57 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 21 Sep 2024 10:42:23 -0700 Subject: [PATCH] docs: grammatical edit Co-authored-by: Peter Bierma --- Doc/library/imaplib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 5fdea0b5b33f..6c320c2928ae 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -374,8 +374,8 @@ An :class:`IMAP4` instance has the following methods: .. warning:: - Windows :class:`IMAP4_stream` connections have no way to accurately - respect the *dur* or *interval* arguments, since Windows ``select()`` + Windows' :class:`IMAP4_stream` connections have no way to accurately + respect the *dur* or *interval* arguments, since Windows' ``select()`` only works on sockets. If the server regularly sends status messages during ``IDLE``, they will -- 2.47.3