Skip to content

Commit 0ead75a

Browse files
author
Release Manager
committed
Trac #34792: Slight documentation update for modules built upon a FiniteRankFreeModule
After #34424 (merged in Sage 9.7.rc0), the documentation of `TensorFreeModule`, `ExtPowerFreeModule` and `ExtPowerDualFreeModule` should say that these classes inherit from `FiniteRankFreeModule_abstract`, not `FiniteRankFreeModule`. URL: https://trac.sagemath.org/34792 Reported by: egourgoulhon Ticket author(s): Eric Gourgoulhon Reviewer(s): Matthias Koeppe
2 parents 48952fb + fbfb3e2 commit 0ead75a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sage/tensor/modules/ext_pow_free_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ExtPowerFreeModule(FiniteRankFreeModule_abstract):
8585
`R`, where `n` is the rank of `M`.
8686
Accordingly, the class :class:`ExtPowerFreeModule` inherits from the
8787
class
88-
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`.
88+
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`.
8989
9090
This is a Sage *parent* class, whose *element* class is
9191
:class:`~sage.tensor.modules.alternating_contr_tensor.AlternatingContrTensor`
@@ -465,7 +465,7 @@ class ExtPowerDualFreeModule(FiniteRankFreeModule_abstract):
465465
`R`, where `n` is the rank of `M`.
466466
Accordingly, the class :class:`ExtPowerDualFreeModule` inherits from
467467
the class
468-
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`.
468+
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`.
469469
470470
This is a Sage *parent* class, whose *element* class is
471471
:class:`~sage.tensor.modules.free_module_alt_form.FreeModuleAltForm`.

src/sage/tensor/modules/tensor_free_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
`T^{(k,l)}(M)` is itself a free module over `R`, of rank `n^{k+l}`, `n`
3030
being the rank of `M`. Accordingly the class :class:`TensorFreeModule`
3131
inherits from the class
32-
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`.
32+
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule_abstract`.
3333
3434
.. TODO::
3535

0 commit comments

Comments
 (0)