Skip to content

Commit 0f6f73f

Browse files
AppleHolicMariatta
authored andcommitted
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
1 parent aeecf38 commit 0f6f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ threading
108108

109109
In a subinterpreter, spawning a daemon thread now raises an exception. Daemon
110110
threads were never supported in subinterpreters. Previously, the subinterpreter
111-
finalization crashed with a Pyton fatal error if a daemon thread was still
111+
finalization crashed with a Python fatal error if a daemon thread was still
112112
running.
113113

114114
pprint

0 commit comments

Comments
 (0)