##// 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 Used mainly for plain Python prompts (``>>>``), where the continuation prompt
61 Used mainly for plain Python prompts (``>>>``), where the continuation prompt
62 ``...`` is a valid Python expression in Python 3, so shouldn't be stripped.
62 ``...`` is a valid Python expression in Python 3, so shouldn't be stripped.
63
63
64 Notes
65 -----
66
64 If initial_re and prompt_re differ,
67 If initial_re and prompt_re differ,
65 only initial_re will be tested against the first line.
68 only initial_re will be tested against the first line.
66 If any prompt is found on the first two lines,
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