Skip to content

Commit 95b80ca

Browse files
committed
adjust doctest
1 parent beb9761 commit 95b80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/qepcad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ def _parse_answer_stats(self):
10901090
sage: ans
10911091
'x^2 - 2 > 0'
10921092
sage: stats
1093-
'-----------------------------------------------------------------------------\r\n0 Garbage collections, 0 Cells and 0 Arrays reclaimed, in 0 milliseconds.\r\n492514 Cells in AVAIL, 500000 Cells in SPACE.\r\n\r\nSystem time: 16 milliseconds.\r\nSystem time after the initialization: 4 milliseconds.\r\n-----------------------------------------------------------------------------\r\n'
1093+
'-----------------------------------------------------------------------------\r\n0 Garbage collections, 0 Cells and 0 Arrays reclaimed, in 0 ...
10941094
"""
10951095
if self.phase() != 'EXITED':
10961096
raise ValueError("QEPCAD is not finished yet")

0 commit comments

Comments
 (0)