##// END OF EJS Templates
Merge pull request #1948 from tkf/ast_node_interactivity_help...
Thomas Kluyver -
r7551:380060a1 merge
parent child Browse files
Show More
@@ -371,7 +371,7 b' class InteractiveShell(SingletonConfigurable):'
371 ast_node_interactivity = Enum(['all', 'last', 'last_expr', 'none'],
371 ast_node_interactivity = Enum(['all', 'last', 'last_expr', 'none'],
372 default_value='last_expr', config=True,
372 default_value='last_expr', config=True,
373 help="""
373 help="""
374 'all', 'last', 'last_expr' or 'none'," specifying which nodes should be
374 'all', 'last', 'last_expr' or 'none', specifying which nodes should be
375 run interactively (displaying output from expressions).""")
375 run interactively (displaying output from expressions).""")
376
376
377 # TODO: this part of prompt management should be moved to the frontends.
377 # TODO: this part of prompt management should be moved to the frontends.
General Comments 0
You need to be logged in to leave comments. Login now