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

Commit

Permalink
FiniteRankDualFreeModule: Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 4, 2022
1 parent 37e41b9 commit 5044024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/tensor/modules/finite_rank_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@ class FiniteRankDualFreeModule(FiniteRankFreeModule_abstract):
Dual of a free module of finite rank over a commutative ring.
Given a free module `M` of finite rank over a commutative ring `R`,
the *dual of* `M` is the set `M^*` of all linear forms `p` on `M`,
the *dual of* `M` is the set `M^*` of all linear forms on `M`,
i.e., linear maps
.. MATH::
Expand All @@ -2991,10 +2991,10 @@ class FiniteRankDualFreeModule(FiniteRankFreeModule_abstract):
- ``fmodule`` -- free module `M` of finite rank, as an instance of
:class:`~sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`
- ``name`` -- (default: ``None``) string; name given to `\Lambda^p(M^*)`
- ``name`` -- (default: ``None``) string; name given to `M^*`
- ``latex_name`` -- (default: ``None``) string; LaTeX symbol to denote `M^*`
EXAMPLES:
EXAMPLES::
sage: M = FiniteRankFreeModule(ZZ, 3, name='M')
sage: e = M.basis('e')
Expand Down

0 comments on commit 5044024

Please sign in to comment.