From: ILJI CHOI Date: Wed, 3 Jul 2019 02:36:01 +0000 (+0900) Subject: Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) X-Git-Tag: v3.9.0a1~1104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6f73ff3c2e46144884c4d418e67939a042aa23;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 379a097ada15..43567b9b4cea 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -108,7 +108,7 @@ threading In a subinterpreter, spawning a daemon thread now raises an exception. Daemon threads were never supported in subinterpreters. Previously, the subinterpreter -finalization crashed with a Pyton fatal error if a daemon thread was still +finalization crashed with a Python fatal error if a daemon thread was still running. pprint