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

Commit

Permalink
fix category detection for LazyFamily objects
Browse files Browse the repository at this point in the history
  • Loading branch information
cnassau committed Jul 3, 2015
1 parent b553884 commit 82849a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/sets/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ def __init__(self, set, function, name=None):
sage: f
Lazy family (<lambda>(i))_{i in [3, 4, 7]}
Check for bug #18849. The error occured for an index set that was of class :class:`CombinatorClass`, but not
Check for bug #18849. The error occured for an index set that was of class :class:`CombinatorialClass`, but not
finite. Note that we must not conversely assume that the index set is infinite if :meth:`is_finite`
returns `False`::
Expand Down

0 comments on commit 82849a0

Please sign in to comment.