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

Commit

Permalink
src/sage/categories/sets_cat.py: Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 18, 2022
1 parent 141ebf1 commit 8aa274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/sets_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ def some_elements(self):
sage: S.some_elements()
[47]
sage: S = Set([])
sage: S.some_elements()
sage: list(S.some_elements())
[]
This method should return an iterable, *not* an iterator.
Expand Down

0 comments on commit 8aa274e

Please sign in to comment.