Skip to content

Commit

Permalink
A few more changes suggested by reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Sep 29, 2023
1 parent 0e03d70 commit 4df0d1a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/sage/homology/homology_vector_space_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ class CohomologyRing_mod2(CohomologyRing):
sage: x * Sq(3)
h^{4,0}
"""

def __init__(self, base_ring, cell_complex):
"""
Initialize ``self``.
Expand Down Expand Up @@ -1217,7 +1216,7 @@ def _acted_upon_(self, a, self_on_left):
INPUT:
- ``a`` - an element of the mod 2 Steenrod algebra
- ``a`` -- an element of the mod 2 Steenrod algebra
- ``self_on_left`` -- ``True`` if we are computing ``self * a``,
otherwise ``a * self``
Expand Down Expand Up @@ -1284,7 +1283,7 @@ def steenrod_module_map(self, deg_domain, deg_codomain, side='left'):
- ``deg_codomain`` -- the degree of the codomain in the
cohomology ring
- ``side`` default ``'left'``) -- whether we are computing
- ``side`` -- (default ``'left'``) whether we are computing
the action as a left module action or a right module
We will write this with respect to the left action;
Expand Down Expand Up @@ -1440,8 +1439,8 @@ def sum_indices(k, i_k_plus_one, S_k_plus_one):
for l in sum_indices(k-1, i_k, S_k)]

def is_GF2(R):
"""
Return ``True`` iff ``R`` is isomorphic to the field GF(2).
r"""
Return ``True`` iff ``R`` is isomorphic to the field `\GF{2}`.
EXAMPLES::
Expand Down

0 comments on commit 4df0d1a

Please sign in to comment.