]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Fri, 10 Dec 2010 19:22:11 +0000 (19:22 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 10 Dec 2010 19:22:11 +0000 (19:22 +0000)
Doc/whatsnew/3.2.rst

index 2997f8fcf89848d03ce19d8c46bc3c7ecd887785..40d5ae2f32b32f676d455f452100c9eb703543a2 100644 (file)
@@ -1165,8 +1165,8 @@ alternate implementation.  (Contributed by Alexander Belopolsky.)
 IDLE
 ====
 
-* The format menu now has an option to clean-up source files by strip trailing
-  whitespace (:issue:`5150`).
+* The format menu now has an option to clean-up source files by stripping
+  trailing whitespace (:issue:`5150`).
 
 
 Build and C API Changes