Whitespace normalization.
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index a695ab7..d24be3f 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -94,7 +94,7 @@
     del menudefs[0][1][-3:]
     menudefs[0][1].insert(6, closeItem)
 
-    # Remove the 'About' entry from the help menu, it is in the application 
+    # Remove the 'About' entry from the help menu, it is in the application
     # menu
     del menudefs[-1][1][0:2]