##// END OF EJS Templates
Merge pull request #12708 from adityausathe/12107_parse_opts...
Merge pull request #12708 from adityausathe/12107_parse_opts Issue #12107 fix: additional spaces while parsing timeit-magic options

File last commit:

r26371:3783f468
r26473:e08519b0 merge
Show More
sunken-brackets.rst
7 lines | 378 B | text/x-rst | RstLexer

Don't start a multiline cell with sunken parenthesis

From now on IPython will not ask for the next line of input when given a single line with more closing than opening brackets. For example, this means that if you (mis)type ']]' instead of '[]', a SyntaxError will show up, instead of the ...: prompt continuation.