mirror of
https://github.com/python/cpython.git
synced 2025-12-08 10:21:13 +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
|
# Act as output file
|
||||||
|
|
||||||
def write(self, s, tags=(), mark="insert"):
|
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.see(mark)
|
||||||
self.text.update()
|
self.text.update()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue