Skip to content

Commit 8f30144

Browse files
author
Matthias Koeppe
committed
src/sage/topology/simplicial_complex_morphism.py: Undo broken doctest change
1 parent 81731a3 commit 8f30144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/topology/simplicial_complex_morphism.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ def associated_chain_complex_morphism(self, base_ring=ZZ,
376376
[ 0 0 0],
377377
2: []}
378378
sage: X = SimplicialComplex([[0, 1]], is_mutable=False)
379-
sage: g = {0:1, 1:0}
380-
sage: Hom(X, X)(X).associated_chain_complex_morphism()._matrix_dictionary
379+
sage: Hom(X,X)({0:1, 1:0}).associated_chain_complex_morphism()._matrix_dictionary
381380
{0: [0 1]
382381
[1 0],
383382
1: [-1]}

0 commit comments

Comments
 (0)