Skip to content

Commit 4acc9cd

Browse files
committed
Fix typo in get public params script
1 parent 8fe08e8 commit 4acc9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_public_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self):
2929
try:
3030
contents = file.read()
3131
print("######################################")
32-
print("# The following section was take from:")
32+
print("# The following section was taken from:")
3333
print("# {}".format(file_path))
3434
print("")
3535
print(contents)

0 commit comments

Comments
 (0)