Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9d06080

Browse files
author
Matthias Koeppe
committed
src/sage/misc/sageinspect.py: Fix doctest pattern
1 parent 4f7d588 commit 9d06080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/sageinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ def sage_getsourcelines(obj):
22732273
' def __cinit__(self):\n',
22742274
...)
22752275
sage: sage_getsourcelines(I)
2276-
(...['class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \\\n',
2276+
([...'class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \\\n',
22772277
...)
22782278
sage: x = var('x')
22792279
sage: sage_getsourcelines(x)

0 commit comments

Comments
 (0)