Skip to content

Commit

Permalink
Fix typo in get public params script
Browse files Browse the repository at this point in the history
  • Loading branch information
kratkvit committed Mar 18, 2024
1 parent 5730221 commit 05ebc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_public_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
try:
contents = file.read()
print("######################################")
print("# The following section was take from:")
print("# The following section was taken from:")
print("# {}".format(file_path))
print("")
print(contents)
Expand Down

0 comments on commit 05ebc32

Please sign in to comment.