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