Commit 4306063f authored by Raymond Hettinger's avatar Raymond Hettinger

Issue #24568: fix typo.

parent 65192c17
...@@ -171,7 +171,7 @@ Library ...@@ -171,7 +171,7 @@ Library
- Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. - Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
- Issues #24099, #24100, and #24101: Fix use-after-use bug in heapq's siftup - Issues #24099, #24100, and #24101: Fix use-after-free bug in heapq's siftup
and siftdown functions. and siftdown functions.
- Backport collections.deque fixes from Python 3.5. Prevents reentrant badness - Backport collections.deque fixes from Python 3.5. Prevents reentrant badness
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment