]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: refer to imaplib as "this module"
authorForest <foresto@users.noreply.github.com>
Sun, 22 Sep 2024 18:45:40 +0000 (18:45 +0000)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2024 18:45:40 +0000 (18:45 +0000)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/library/imaplib.rst

index 5c999ab7e93fce21def87414d17baa3c09b11571..6731c60228a04b7139511bafd06420911e9ba7c1 100644 (file)
@@ -325,7 +325,7 @@ An :class:`IMAP4` instance has the following methods:
    :class:`IMAP4_stream` on Windows.
 
    Response tuples produced by the iterator almost exactly match those
-   returned by other imaplib methods.  The difference is that the tuple's
+   returned by other methods in this module.  The difference is that the tuple's
    second member is a single response datum, rather than a list of data.
    Therefore, in a mailbox where calling ``M.response('EXISTS')`` would
    return ``('EXISTS', [b'1'])``, the idle iterator would produce