diff --git a/src/sage/rings/asymptotic/growth_group.py b/src/sage/rings/asymptotic/growth_group.py index dc3926a88de..0cfb6bc1710 100644 --- a/src/sage/rings/asymptotic/growth_group.py +++ b/src/sage/rings/asymptotic/growth_group.py @@ -98,7 +98,7 @@ In this case the components are ordered lexicographically, which means that in the second growth group, ``log(x)`` is assumed to grow faster than ``x`` (which is nonsense, mathematically). See -:class:`sage.rings.asymptotic.growth_group_cartesian.CartesianProductFactory` +:class:`CartesianProduct ` for more details. Classes and Methods