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 8195f12 commit c853181
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 @@ -506,7 +506,7 @@ def __init__(self, name, interp, doc=None, lineno=0,
self.name = name
self.__name__ = self.name
self.__asteval__ = interp
self.__raise_exc__ =y self.__asteval__.raise_exception
self.__raise_exc__ = self.__asteval__.raise_exception
self.__doc__ = doc
self.__body__ = body
self.__argnames__ = args
Expand Down

0 comments on commit c853181

Please sign in to comment.