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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jul 29, 2016
1 parent 294aa8e commit 54c27b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/homology/chains.py
Expand Up @@ -85,7 +85,6 @@ def degree(self):
EXAMPLES::
sage: X = simplicial_complexes.Simplex(2)
sage: X.n_chains(1).degree()
1
Expand Down Expand Up @@ -403,7 +402,7 @@ def dual(self):
OUTPUT:
The cochains of the same cells with the same base ring.
The chains of the same cells with the same base ring.
EXAMPLES::
Expand Down

0 comments on commit 54c27b4

Please sign in to comment.