mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
0ac16ec149
commit
dc13517586
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class OutputWindow(EditorWindow):
|
|||
# Act as output file
|
||||
|
||||
def write(self, s, tags=(), mark="insert"):
|
||||
self.text.insert(mark, str(s), tags)
|
||||
self.text.insert(mark, s, tags)
|
||||
self.text.see(mark)
|
||||
self.text.update()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue