]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
imaplib: simplify example code in doc string
authorForest <forestix@nom.one>
Mon, 23 Sep 2024 21:53:59 +0000 (14:53 -0700)
committerForest <forestix@nom.one>
Mon, 23 Sep 2024 21:57:25 +0000 (14:57 -0700)
commitacbc4a1fc8eec139de5240cc7efea165b4622c86
tree8b2b7000105985f0a7704dcea0c568e03c45085b
parent013bbf18fc421956041416ce7c6ff98d9d137b5c
imaplib: simplify example code in doc string

This is for consistency with the documentation change in 8077f2eab287
and subsequent correction in 013bbf18fc42.
Lib/imaplib.py