From 260124ffcd8b00e55d41ec5b2bbf63cd7ffd98a5 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Thu, 20 Jun 2019 04:22:28 -0400 Subject: [PATCH] Fix bpo number in News file. (GH-14260) (cherry picked from commit 0c48618cc0d28caf3db191879715e519546857fd) Co-authored-by: Eric V. Smith --- Misc/NEWS.d/3.8.0b1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst index d083983642e7a0..77f57df397ac90 100644 --- a/Misc/NEWS.d/3.8.0b1.rst +++ b/Misc/NEWS.d/3.8.0b1.rst @@ -355,7 +355,7 @@ standard library. They now inherit ``__str__()`` from :class:`object`. .. -.. bpo: 36774 +.. bpo: 36817 .. date: 2019-05-02-11-48-08 .. nonce: ZqbJ1J .. section: Core and Builtins