projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeecf38
)
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
author
ILJI CHOI
<choiilji@gmail.com>
Wed, 3 Jul 2019 02:36:01 +0000
(11:36 +0900)
committer
Mariatta
<Mariatta@users.noreply.github.com>
Wed, 3 Jul 2019 02:36:01 +0000
(19:36 -0700)
Doc/whatsnew/3.9.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.9.rst
b/Doc/whatsnew/3.9.rst
index 379a097ada152d1ef63932f1cd095a50545ccd22..43567b9b4ceab916d18a2d70e818cc8acf5cbee2 100644
(file)
--- 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 Pyt
h
on fatal error if a daemon thread was still
running.
pprint