mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
This commit is contained in:
parent
82d73554e4
commit
2b57c43f21
45 changed files with 240 additions and 242 deletions
|
@ -39,7 +39,7 @@ base class:
|
|||
|
||||
The :class:`IMAP4` class supports the :keyword:`with` statement. When used
|
||||
like this, the IMAP4 ``LOGOUT`` command is issued automatically when the
|
||||
:keyword:`with` statement exits. E.g.::
|
||||
:keyword:`!with` statement exits. E.g.::
|
||||
|
||||
>>> from imaplib import IMAP4
|
||||
>>> with IMAP4("domain.org") as M:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue