[Python-checkins] cpython: Fix more typos

martin.panter python-checkins at python.org
Sat Aug 20 04:28:13 EDT 2016


https://hg.python.org/cpython/rev/90bb32c9921c
changeset:   102804:90bb32c9921c
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Aug 20 08:27:06 2016 +0000
summary:
  Fix more typos

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,7 +107,7 @@
 - Issue #25628:  The *verbose* and *rename* parameters for
   collections.namedtuple are now keyword-only.
 
-- Issue #12345: Add mathemathical constant tau to math and cmath. See also
+- Issue #12345: Add mathematical constant tau to math and cmath. See also
   PEP 628.
 
 - Issue #26823: traceback.StackSummary.format now abbreviates large sections of
@@ -182,7 +182,7 @@
 
 - Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
 
-- Issue #27512: Fix a segfault when os.fspath() called a an __fspath__() method
+- Issue #27512: Fix a segfault when os.fspath() called an __fspath__() method
   that raised an exception. Patch by Xiang Zhang.
 
 Tests

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list