diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2020-12-26 09:36:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 07:36:56 -0800 |
commit | 7865f516f313bd31ca48ee1fdae2a80add2293b6 (patch) | |
tree | d85d671b3bbb97e7e2ce00048a7dcb5b11644aea | |
parent | 0b281f94b9e5f117d774a1e4e834e797b2b21438 (diff) | |
download | cpython-git-7865f516f313bd31ca48ee1fdae2a80add2293b6.tar.gz |
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 b7ed61986a..3cfef17160 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 |