We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d3e29 commit 4496374Copy full SHA for 4496374
1 file changed
Lib/idlelib/editor.py
@@ -1014,7 +1014,7 @@ def saved_change_hook(self):
1014
title = short + " - " + long + _py_version
1015
elif short:
1016
if short == "IDLE Shell":
1017
- title = short + platform.python_version()
+ title = short + " " + platform.python_version()
1018
else:
1019
title = short + _py_version
1020
elif long:
0 commit comments