Skip to content

Commit 6f8f8e0

Browse files
author
Matthias Koeppe
committed
src/sage/repl/ipython_tests.py: Make doctest pass even if sphinx formatting is not available
1 parent 0df932d commit 6f8f8e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/repl/ipython_tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<BLANKLINE>
1717
INPUT:
1818
<BLANKLINE>
19-
* "argument" -- anything. Dummy argument.
19+
... "argument" -- anything. Dummy argument.
2020
<BLANKLINE>
21-
* "optional" -- anything (optional). Dummy optional.
21+
... "optional" -- anything (optional). Dummy optional.
2222
<BLANKLINE>
23-
EXAMPLES:
23+
EXAMPLES...
2424
<BLANKLINE>
2525
...
2626
Init docstring: ...ee help(type(...)) for...signature...
@@ -36,7 +36,7 @@
3636
...
3737
Example class wrapping an STL vector
3838
<BLANKLINE>
39-
EXAMPLES:
39+
EXAMPLES...
4040
<BLANKLINE>
4141
...
4242
Init docstring: ...ee help(type(...)) for...signature...

0 commit comments

Comments
 (0)