]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo
authorRaymond Hettinger <python@rcn.com>
Sun, 5 Sep 2010 00:36:26 +0000 (00:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 5 Sep 2010 00:36:26 +0000 (00:36 +0000)
Misc/NEWS

index 5d3656066e240b4c8a3aa931382dc479a1367cba..8cc30a0e7ad986b34dd738d858eaf01eff552bb2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 
@@ -33,7 +33,7 @@ Core and Builtins
   properly.  Patch by Stefan Behnel.
 
 - Issue #5553: The Py_LOCAL_INLINE macro now results in inlining on
-  most platforms.  Previously, it online inlined when using Microsoft
+  most platforms.  Previously, it inlined when using Microsoft
   Visual C.
 
 - Issue #9712: Fix tokenize on identifiers that start with non-ascii names.