diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2020-12-26 15:36:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 15:36:56 (GMT) |
commit | 7865f516f313bd31ca48ee1fdae2a80add2293b6 (patch) | |
tree | d85d671b3bbb97e7e2ce00048a7dcb5b11644aea | |
parent | 0b281f94b9e5f117d774a1e4e834e797b2b21438 (diff) | |
download | cpython-7865f516f313bd31ca48ee1fdae2a80add2293b6.zip cpython-7865f516f313bd31ca48ee1fdae2a80add2293b6.tar.gz cpython-7865f516f313bd31ca48ee1fdae2a80add2293b6.tar.bz2 |
bpo-16396: fix BPO number in changelog (GH-23951)
Automerge-Triggered-By: GH:jaraco
-rw-r--r-- | Misc/NEWS.d/3.10.0a2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst index b7ed619..3cfef17 100644 --- a/Misc/NEWS.d/3.10.0a2.rst +++ b/Misc/NEWS.d/3.10.0a2.rst @@ -560,7 +560,7 @@ by Joongi Kim and John Belmonte. .. -.. bpo: 16936 +.. bpo: 16396 .. date: 2020-07-08-09-45-00 .. nonce: z8o8Pn .. section: Library |