Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)

This commit is contained in:
ILJI CHOI 2019-07-03 11:36:01 +09:00 committed by Mariatta
parent aeecf38066
commit 0f6f73ff3c

View file

@ -108,7 +108,7 @@ threading
In a subinterpreter, spawning a daemon thread now raises an exception. Daemon In a subinterpreter, spawning a daemon thread now raises an exception. Daemon
threads were never supported in subinterpreters. Previously, the subinterpreter 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. running.
pprint pprint