diff --git a/IPython/frontend/terminal/ipapp.py b/IPython/frontend/terminal/ipapp.py index b5ed66e..3b6e3ff 100755 --- a/IPython/frontend/terminal/ipapp.py +++ b/IPython/frontend/terminal/ipapp.py @@ -443,7 +443,7 @@ class IPythonApp(Application): if hasattr(config.Global, 'classic'): if config.Global.classic: config.InteractiveShell.cache_size = 0 - config.PlainTextFormatter.pprint = 0 + config.PlainTextFormatter.pprint = False config.InteractiveShell.prompt_in1 = '>>> ' config.InteractiveShell.prompt_in2 = '... ' config.InteractiveShell.prompt_out = ''