##// END OF EJS Templates
try to fix doc build
Matthias Bussonnier -
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