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

Commit

Permalink
src/sage/tensor/modules/finite_rank_free_module.py: Update doctest ou…
Browse files Browse the repository at this point in the history
…tput
  • Loading branch information
mkoeppe committed Aug 28, 2022
1 parent 3f1c33d commit 9378a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tensor/modules/finite_rank_free_module.py
Expand Up @@ -1271,7 +1271,7 @@ def dual_symmetric_power(self, p):
Free module of fully symmetric type-(0,2) tensors
on the Rank-3 free module M over the Integer Ring
sage: M.dual_symmetric_power(2).an_element()
Type-(0,2) tensor on the Rank-3 free module M over the Integer Ring
Symmetric bilinear form on the Rank-3 free module M over the Integer Ring
sage: M.dual_symmetric_power(2).an_element().display()
e^0⊗e^0
sage: M.dual_symmetric_power(3)
Expand Down

0 comments on commit 9378a78

Please sign in to comment.