Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 14, 2025
1 parent c853181 commit 64a0556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asteval/astutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def __getdoc__(self):

def __repr__(self):
"""TODO: docstring in magic method."""
sig = self._signature()
sig = self.__signature__()
rep = f"<Procedure {sig}>"
doc = self.__getdoc__()
if doc is not None:
Expand Down

0 comments on commit 64a0556

Please sign in to comment.