From: Raymond Hettinger Date: Thu, 16 Dec 2010 00:30:53 +0000 (+0000) Subject: Nits X-Git-Tag: v2.7.12rc1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3214ed648a31ea365d6445bf6a46beb5f6b56392;p=thirdparty%2FPython%2Fcpython.git Nits --- diff --git a/Misc/NEWS b/Misc/NEWS index 8bfcc0222121..9279a6466ebe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -5706,7 +5706,7 @@ Library 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.