]> granicus.if.org Git - python/commitdiff
typos
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 24 Feb 2010 16:49:56 +0000 (16:49 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 24 Feb 2010 16:49:56 +0000 (16:49 +0000)
Misc/NEWS

index 00030c27b58365aa726e4a556ddc1010a39e0ca3..ccea907f0e3a63125f60f7a35dfa4655e530c9da 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,7 @@ Core and Builtins
   strings.
 
 - Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF, raise an
-  UnicodeDecodeError
+  UnicodeDecodeError.
 
 - Issue #6902: Fix problem with built-in types format incorrectly with
   0 padding.
@@ -37,7 +37,7 @@ Library
 - Issue #7975: correct regression in dict methods supported by bsddb.dbshelve.
 
 - Issue #7959: ctypes callback functions are now registered correctly
-  with the cylce garbage collector.
+  with the cycle garbage collector.
 
 - Issue #7970: email.Generator.flatten now correctly flattens message/rfc822
   messages parsed by email.Parser.HeaderParser.