[Python-checkins] Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)

Mariatta webhook-mailer at python.org
Tue Jul 2 22:36:07 EDT 2019


https://github.com/python/cpython/commit/0f6f73ff3c2e46144884c4d418e67939a042aa23
commit: 0f6f73ff3c2e46144884c4d418e67939a042aa23
branch: master
author: ILJI CHOI <choiilji at gmail.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2019-07-02T19:36:01-07:00
summary:

Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)

files:
M Doc/whatsnew/3.9.rst

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



More information about the Python-checkins mailing list