diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 379a097ada1..43567b9b4ce 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