Skip to content

Commit 4496374

Browse files
authored
Add space.
1 parent 35d3e29 commit 4496374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def saved_change_hook(self):
10141014
title = short + " - " + long + _py_version
10151015
elif short:
10161016
if short == "IDLE Shell":
1017-
title = short + platform.python_version()
1017+
title = short + " " + platform.python_version()
10181018
else:
10191019
title = short + _py_version
10201020
elif long:

0 commit comments

Comments
 (0)