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

Commit

Permalink
src/sage/misc/sageinspect.py: Fix doctest pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 30, 2020
1 parent 4f7d588 commit 9d06080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ def sage_getsourcelines(obj):
' def __cinit__(self):\n',
...)
sage: sage_getsourcelines(I)
(...['class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \\\n',
([...'class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \\\n',
...)
sage: x = var('x')
sage: sage_getsourcelines(x)
Expand Down

0 comments on commit 9d06080

Please sign in to comment.