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 120c5721ee..24a964a1c7 100644 --- a/Lib/curses/textpad.py +++ b/Lib/curses/textpad.py @@ -170,4 +170,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)) |