From: Georg Brandl Date: Fri, 10 Dec 2010 19:22:11 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2b2~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc9d237fe7e70d556def3b36fccb5f63d0e665d1;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 2997f8fcf898..40d5ae2f32b3 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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