]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Apr 2008 16:19:55 +0000 (16:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Apr 2008 16:19:55 +0000 (16:19 +0000)
Misc/NEWS

index 7effe656f5ed11740c6099c1d0e9fb9dac2fd95e..501a164332a004c2d5937d02711337c76765c141 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,8 +18,8 @@ Core and builtins
 - Patch #2617: Reserved -J and -X arguments for Jython, IronPython and other
   implementations of Python. 
 
-Extensions Modules
-------------------
+Extension Modules
+-----------------
 
 - Issue #2670:  Fix a failure in urllib2.build_opener(), when passed two
   handlers that derive the same default base class.
@@ -227,8 +227,8 @@ Core and builtins
 
 - Issue #2143: Fix embedded readline() hang on SSL socket EOF.
 
-Extensions Modules
-------------------
+Extension Modules
+-----------------
 
 - Patch #2240: Implement signal.setitimer and signal.getitimer.