]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 28 Dec 2020 17:47:16 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 17:47:16 +0000 (09:47 -0800)
commitbf108bb21e1d75e30bd17141cc531dd08a5e5d0c
tree4ed45a6d816833ca22a2be52e853f48db2b76e69
parent897387d2c8a956e74770c6bdd0447dfec61e8e27
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)

The typo did no damage, but it looks suspicious and confusing.
Introduced by GH-23136.

Skip news.

Automerge-Triggered-By: GH:pitrou
Modules/_queuemodule.c