diff options
author | Georg Brandl <georg@python.org> | 2010-12-10 19:22:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-10 19:22:11 (GMT) |
commit | cc9d237fe7e70d556def3b36fccb5f63d0e665d1 (patch) | |
tree | 476df844d884aace6f5825a5d11affc8fb33e817 | |
parent | 532d091d058bca2c43b24bc79b53aa70f5caa365 (diff) | |
download | cpython-cc9d237fe7e70d556def3b36fccb5f63d0e665d1.zip cpython-cc9d237fe7e70d556def3b36fccb5f63d0e665d1.tar.gz cpython-cc9d237fe7e70d556def3b36fccb5f63d0e665d1.tar.bz2 |
Fix typo.
-rw-r--r-- | Doc/whatsnew/3.2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 2997f8f..40d5ae2 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 |