Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
authorILJI CHOI <choiilji@gmail.com>
Wed, 3 Jul 2019 02:36:01 +0000 (11:36 +0900)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 3 Jul 2019 02:36:01 +0000 (19:36 -0700)
Doc/whatsnew/3.9.rst

index 379a097ada152d1ef63932f1cd095a50545ccd22..43567b9b4ceab916d18a2d70e818cc8acf5cbee2 100644 (file)
@@ -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