From 4acc9cdcc6e03941a2d4715a591d6a67ed554a89 Mon Sep 17 00:00:00 2001 From: Vit Kratky Date: Mon, 18 Mar 2024 16:02:16 +0100 Subject: [PATCH] Fix typo in get public params script --- scripts/get_public_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_public_params.py b/scripts/get_public_params.py index c404973..28baf19 100755 --- a/scripts/get_public_params.py +++ b/scripts/get_public_params.py @@ -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)