diff --git a/src/sage/tensor/modules/ext_pow_free_module.py b/src/sage/tensor/modules/ext_pow_free_module.py index d9db1b5a05b..ec6858a1b47 100644 --- a/src/sage/tensor/modules/ext_pow_free_module.py +++ b/src/sage/tensor/modules/ext_pow_free_module.py @@ -85,7 +85,7 @@ class ExtPowerFreeModule(FiniteRankFreeModule_abstract): `R`, where `n` is the rank of `M`. Accordingly, the class :class:`ExtPowerFreeModule` inherits from the class - :class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`. + :class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`. This is a Sage *parent* class, whose *element* class is :class:`~sage.tensor.modules.alternating_contr_tensor.AlternatingContrTensor` @@ -465,7 +465,7 @@ class ExtPowerDualFreeModule(FiniteRankFreeModule_abstract): `R`, where `n` is the rank of `M`. Accordingly, the class :class:`ExtPowerDualFreeModule` inherits from the class - :class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`. + :class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`. This is a Sage *parent* class, whose *element* class is :class:`~sage.tensor.modules.free_module_alt_form.FreeModuleAltForm`. diff --git a/src/sage/tensor/modules/tensor_free_module.py b/src/sage/tensor/modules/tensor_free_module.py index 3dd3a573c89..8e56dbc0b76 100644 --- a/src/sage/tensor/modules/tensor_free_module.py +++ b/src/sage/tensor/modules/tensor_free_module.py @@ -29,7 +29,7 @@ `T^{(k,l)}(M)` is itself a free module over `R`, of rank `n^{k+l}`, `n` being the rank of `M`. Accordingly the class :class:`TensorFreeModule` inherits from the class -:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`. +:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`. .. TODO::