Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
This commit is contained in:
parent
aeecf38066
commit
0f6f73ff3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue