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

Commit

Permalink
src/sage/features/sagemath.py: Fix doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 2, 2022
1 parent 2e0b91d commit 43221d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/sagemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def all_features():
sage: from sage.features.sagemath import all_features
sage: list(all_features())
[Feature('sage.combinat'), ...]
[...Feature('sage.combinat'), ...]
"""
return [sagemath_doc_html(),
sage__combinat(),
Expand Down

0 comments on commit 43221d0

Please sign in to comment.