Skip to content

Commit

Permalink
Fix documentation of __hash__ function
Browse files Browse the repository at this point in the history
  • Loading branch information
RuchitJagodara committed Mar 6, 2024
1 parent 3dd953c commit 5f8763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modules/free_module_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ cdef class FreeModuleElement(Vector): # abstract base class

def __hash__(self):
"""
Return hash of this vector. Only mutable vectors are hashable.
Return hash of this vector. Only immutable vectors are hashable.
EXAMPLES::
Expand Down

0 comments on commit 5f8763e

Please sign in to comment.