]> granicus.if.org Git - python/commitdiff
Nits
authorRaymond Hettinger <python@rcn.com>
Thu, 16 Dec 2010 00:30:53 +0000 (00:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 16 Dec 2010 00:30:53 +0000 (00:30 +0000)
Misc/NEWS

index 8bfcc02221218756d2d401dfda44ebfe0b37a3d1..9279a6466ebe589fe9e96dc3729309748c36e45a 100644 (file)
--- 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.