Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanc committed Feb 20, 2025
1 parent c377d16 commit 08831e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/frontend/python/astutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def unparse(node):
# Support for numerical constants
if isinstance(node, (numbers.Number, numpy.bool_)):
return str(node)
# Suport for string
# Support for string
if isinstance(node, str):
return node

Expand Down

0 comments on commit 08831e3

Please sign in to comment.