Thanks to visit codestin.com Credit goes to github.com
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 0ac16ec commit dc13517Copy full SHA for dc13517
1 file changed
Tools/idle/OutputWindow.py
@@ -34,7 +34,7 @@ def maybesave(self):
34
# Act as output file
35
36
def write(self, s, tags=(), mark="insert"):
37
- self.text.insert(mark, str(s), tags)
+ self.text.insert(mark, s, tags)
38
self.text.see(mark)
39
self.text.update()
40
0 commit comments