]> granicus.if.org Git - python/commitdiff
Reflow long line
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 07:36:24 +0000 (07:36 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 07:36:24 +0000 (07:36 +0000)
Misc/NEWS

index a8f28c2ae5f2dff0206043cd3ca63a6b745d4028..97ebc89526871b120a213ea2eb168c17304a5f23 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,8 +14,8 @@ Core and builtins
 
 - Patch #1733960: Allow T_LONGLONG to accept ints.
 
-- Prevent expandtabs() on string and unicode objects from causing a segfault when
-  a large width is passed on 32-bit platforms.
+- Prevent expandtabs() on string and unicode objects from causing a segfault
+  when a large width is passed on 32-bit platforms.
 
 - Bug #1733488: Fix compilation of bufferobject.c on AIX.