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

Commit d7af40f

Browse files
author
Matthias Koeppe
committed
WIP documentation
1 parent ca5ee17 commit d7af40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/sets/cartesian_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def __classcall_private__(cls, sets, category, flatten=False):
415415
r"""
416416
Suppress :class:`~sage.structure.unique_representation.UniqueRepresentation` behavior for certain infinite factors.
417417
418-
Two :class:`EnumeratedSetFromIterator` objects that are not known to be finite
418+
Two :class:`~sage.sets.set_from_iterator.EnumeratedSetFromIterator` objects that are not known to be finite
419419
cannot be reliably tested for equality. Therefore, we do not put such objects
420420
in the :class:`~sage.structure.unique_representation.UniqueRepresentation` cache.
421421

0 commit comments

Comments
 (0)