]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
docs: correct mistake in imaplib example
authorForest <forestix@nom.one>
Sun, 22 Sep 2024 23:47:22 +0000 (16:47 -0700)
committerForest <forestix@nom.one>
Sun, 22 Sep 2024 23:52:14 +0000 (16:52 -0700)
commit013bbf18fc421956041416ce7c6ff98d9d137b5c
tree5ee6e5ecd9a6c0734ea2a24ac08cc343ffe3c241
parent48f6f760736a8346fa6649aea46acd4c4acc2378
docs: correct mistake in imaplib example

This is a correction to 8077f2eab287703b77350f1bfc9db2bd236dd9a7, which
changed a variable name in only one place and broke the subsequent
reference to it, departed from the naming convention used in the rest of
the module, and shadowed the type() builtin along the way.
Doc/library/imaplib.rst