Fix typo.

This commit is contained in:
Georg Brandl 2010-12-10 19:22:11 +00:00
parent 532d091d05
commit cc9d237fe7

View 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