[Python-checkins] cpython: Fix typo in Misc/NEWS.

guido.van.rossum python-checkins at python.org
Mon Aug 15 18:08:29 EDT 2016


https://hg.python.org/cpython/rev/247ecbae325c
changeset:   102671:247ecbae325c
parent:      102669:a95d98086621
user:        Guido van Rossum <guido at dropbox.com>
date:        Mon Aug 15 15:07:25 2016 -0700
summary:
  Fix typo in Misc/NEWS.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,7 +61,7 @@
   to ref count problem introduced in code for Issue #27038 in 3.6.0a3.
   Patch by Xiang Zhang.
 
-- Issue #12345: Add mathemathcal constant tau to math and cmath. See also
+- Issue #12345: Add mathemathical constant tau to math and cmath. See also
   PEP 628.
 
 - Issue #26823: traceback.StackSummary.format now abbreviates large sections of

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


More information about the Python-checkins mailing list