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

Commit

Permalink
Trac #31181: return added
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Jan 4, 2021
1 parent 9d686f2 commit 5ecbf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/structure/mutability.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cdef class Mutability:
sage: v.is_immutable()
True
"""
self._is_immutable
return self._is_immutable

def is_mutable(self):
return not self._is_immutable
Expand Down

0 comments on commit 5ecbf3a

Please sign in to comment.