Skip to content

Commit

Permalink
Update src/sage/homology/homology_vector_space_with_basis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Scrimshaw <[email protected]>
  • Loading branch information
jhpalmieri and tscrim authored Sep 23, 2023
1 parent 345badf commit a1954a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/sage/homology/homology_vector_space_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,11 +1276,8 @@ def steenrod_module_map(self, deg_domain, deg_codomain, side='left'):
- ``deg_codomain`` -- the degree of the codomain in the
cohomology ring
- ``side`` (optional, default ``'left'``) -- are we computing
the action as a left module action or a right module? (This
documentation is written from the point of view of a left
action for brevity. Just switch all of the tensors for the
right action.)
- ``side`` default ``'left'``) -- whether we are computing
the action as a left module action or a right module
Writing `m` for ``deg_domain`` and `n` for ``deg_codomain``, this
returns `A^{n-m} \otimes H^{m} \to H^{n}`, one single
Expand Down

0 comments on commit a1954a0

Please sign in to comment.