Skip to content

Commit

Permalink
src/sage/categories/sets_cat.py: Rephrase cartesian product docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 16, 2022
1 parent 8890f1e commit a20341e
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 @@ -2267,7 +2267,7 @@ def __iter__(self):
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
[1, 2, 3, 4, 5, 6, 7, 8, 10, 9])
When the first factor is infinite (or not known to be finite), it still
When all factors (except possibly the first factor) are known to be finite, it
uses the lexicographic order::
sage: it = iter(cartesian_product([ZZ, GF(2)]))
Expand Down

0 comments on commit a20341e

Please sign in to comment.