Skip to content

Commit 43221d0

Browse files
author
Matthias Koeppe
committed
src/sage/features/sagemath.py: Fix doctest output
1 parent 2e0b91d commit 43221d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/sagemath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def all_features():
208208
209209
sage: from sage.features.sagemath import all_features
210210
sage: list(all_features())
211-
[Feature('sage.combinat'), ...]
211+
[...Feature('sage.combinat'), ...]
212212
"""
213213
return [sagemath_doc_html(),
214214
sage__combinat(),

0 commit comments

Comments
 (0)