Skip to content

Commit 711b897

Browse files
committed
fix mistake
1 parent 43bb91f commit 711b897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/topology/simplicial_complex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,7 +4576,7 @@ def is_mutable(self) -> bool:
45764576
"""
45774577
return not self._is_immutable
45784578

4579-
def is_immutable(self)-> bool:
4579+
def is_immutable(self) -> bool:
45804580
"""
45814581
Return ``True`` if immutable.
45824582
@@ -4591,7 +4591,7 @@ def is_immutable(self)-> bool:
45914591
"""
45924592
return self._is_immutable
45934593

4594-
def cone_vertices(self):
4594+
def cone_vertices(self) -> list:
45954595
r"""
45964596
Return the list of cone vertices of ``self``.
45974597

0 commit comments

Comments
 (0)