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 bbc34d0 commit c67c3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/homology/homology_vector_space_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,10 @@ def eval(self, other):
INPUT:
- ``other`` -- an element of the dual space: if ``self``
- ``other`` -- an element of the dual space; if ``self``
is an element of cohomology in dimension `n`, then
``other`` should be an element of homology in dimension
`n`, and vice versa.
`n`, and vice versa
This just calls the :meth:`~sage.homology.chains.Cochains.Element.eval`
method on the representing chains and cochains.
Expand Down

0 comments on commit c67c3c0

Please sign in to comment.