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

Commit

Permalink
src/sage/misc/call.py: Returns should be Return
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 22, 2020
1 parent 538323b commit b5f63a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __hash__(self):

def attrcall(name, *args, **kwds):
"""
Returns a callable which takes in an object, gets the method named
Return a callable which takes in an object, gets the method named
name from that object, and calls it with the specified arguments
and keywords.
Expand Down

0 comments on commit b5f63a5

Please sign in to comment.