Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: racerole <jiangyifeng@outlook.com>
  • Loading branch information
racerole committed Feb 20, 2025
1 parent 7cd7e05 commit 7e00d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/types/blockchain_format/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def run_with_flags(self, max_cost: int, flags: int, args: Any) -> tuple[int, Pro
# (2 (1 . self) rest)
#
# Resulting in a function which places its own arguments after those
# curried in the form of a proper list.
# curried in in the form of a proper list.
def curry(self, *args) -> Program:
fixed_args: Any = 1
for arg in reversed(args):
Expand Down

0 comments on commit 7e00d39

Please sign in to comment.