diff options
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 5b00ec5..6244fae 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -2476,6 +2476,7 @@ def script_from_examples(s): blah # # Ho hum + <BLANKLINE> """ output = [] for piece in DocTestParser().parse(s): |