diff options
| author | ILJI CHOI <choiilji@gmail.com> | 2019-07-03 11:36:01 +0900 |
|---|---|---|
| committer | Mariatta <Mariatta@users.noreply.github.com> | 2019-07-02 19:36:01 -0700 |
| commit | 0f6f73ff3c2e46144884c4d418e67939a042aa23 (patch) | |
| tree | a94e3571ff44498332a4ec75be4ad0a81115aa04 /Doc | |
| parent | aeecf380660ea459d85bb5f59d76bb54f757b5be (diff) | |
| download | cpython-git-0f6f73ff3c2e46144884c4d418e67939a042aa23.tar.gz | |
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 379a097ada..43567b9b4c 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 |
