Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit d957f73

Browse files
committed
Trac #31196: unnecessary line in docstring removed
1 parent e5228d3 commit d957f73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/structure/mutability.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ cdef class Mutability:
2828
....: def __hash__(self):
2929
....: self._require_immutable()
3030
....: return hash(self._val)
31-
....:
3231
sage: a = A(4)
3332
sage: a._val
3433
4

0 commit comments

Comments
 (0)