[Python-checkins] cpython (2.7): Nits

martin.panter python-checkins at python.org
Thu May 26 02:29:26 EDT 2016


https://hg.python.org/cpython/rev/b93ee751f2bd
changeset:   101497:b93ee751f2bd
branch:      2.7
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Dec 16 00:30:53 2010 +0000
summary:
  Nits

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
@@ -5706,7 +5706,7 @@
   unittest.TestCase.assertSequenceEqual are no longer included in failure
   reports.
 
-- Issue #8899: time.struct_time now has class and atribute docstrings.
+- Issue #8899: time.struct_time now has class and attribute docstrings.
 
 - Issue #4487: email now accepts as charset aliases all codec aliases
   accepted by the codecs module.

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


More information about the Python-checkins mailing list