Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 670fa52

Browse files
committed
Whitespace normalization.
1 parent 6b6b39e commit 670fa52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/idle/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _bytecode_filenames(self, files):
7474
as well as a Python shell window and a debugger.""",
7575

7676
cmdclass = {'build_py':idle_build_py,
77-
'install_lib':idle_install_lib},
77+
'install_lib':idle_install_lib},
7878
package_dir = {idlelib:'.'},
7979
packages = [idlelib],
8080
scripts = ['idle']

0 commit comments

Comments
 (0)