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

Commit 9ed65d8

Browse files
author
Matthias Koeppe
committed
src/sage/features/singular.py: Fix doctest output
1 parent 09f710f commit 9ed65d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/singular.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self):
2020
2121
sage: from sage.features.singular import Singular
2222
sage: isinstance(Singular(), Singular)
23-
True
23+
FeatureTestResult('singular', True)
2424
"""
2525
Executable.__init__(self, "singular", "Singular",
2626
spkg='singular')

0 commit comments

Comments
 (0)