diff options
Diffstat (limited to 'Lib/curses/textpad.py')
| -rw-r--r-- | Lib/curses/textpad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/curses/textpad.py b/Lib/curses/textpad.py index c45361c..2b4b4cb 100644 --- a/Lib/curses/textpad.py +++ b/Lib/curses/textpad.py @@ -185,4 +185,4 @@ if __name__ == '__main__': return Textbox(win).edit() str = curses.wrapper(test_editbox) - print 'Contents of text box:', repr(str) + print('Contents of text box:', repr(str)) |
