summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 08:27:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 08:27:06 (GMT)
commit3e458755782e8f63dd9eb29cb134c2b65657d17f (patch)
treecc8cb52f1f24d3a2d94d5668c1f966d7969eabc8 /Misc/NEWS
parent8fbab9f163727934ed258942fcb920605aa9777a (diff)
downloadcpython-3e458755782e8f63dd9eb29cb134c2b65657d17f.zip
cpython-3e458755782e8f63dd9eb29cb134c2b65657d17f.tar.gz
cpython-3e458755782e8f63dd9eb29cb134c2b65657d17f.tar.bz2
Fix more typos
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 455a321..292519f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,7 +107,7 @@ Library
- 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 @@ Library
- 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