##// END OF EJS Templates
Merge pull request #12503 from Carreau/fix-doc
Matthias Bussonnier -
r25961:a88c08fb merge
parent child Browse files
Show More
@@ -61,6 +61,9 b' class PromptStripper:'
61 61 Used mainly for plain Python prompts (``>>>``), where the continuation prompt
62 62 ``...`` is a valid Python expression in Python 3, so shouldn't be stripped.
63 63
64 Notes
65 -----
66
64 67 If initial_re and prompt_re differ,
65 68 only initial_re will be tested against the first line.
66 69 If any prompt is found on the first two lines,
General Comments 0
You need to be logged in to leave comments. Login now