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

Commit

Permalink
Trac #31196: unnecessary line in docstring removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Jan 17, 2021
1 parent e5228d3 commit d957f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/structure/mutability.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cdef class Mutability:
....: def __hash__(self):
....: self._require_immutable()
....: return hash(self._val)
....:
sage: a = A(4)
sage: a._val
4
Expand Down

0 comments on commit d957f73

Please sign in to comment.