From 5f112e8522d6abc54d714063b6a4d4eade392564 Mon Sep 17 00:00:00 2001 From: Daniel Fremont Date: Tue, 9 Jul 2024 14:12:01 -0700 Subject: [PATCH] Fix typo --- src/scenic/core/external_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenic/core/external_params.py b/src/scenic/core/external_params.py index 1ff1b0c54..88848db4b 100644 --- a/src/scenic/core/external_params.py +++ b/src/scenic/core/external_params.py @@ -266,7 +266,7 @@ def valueFor(self, param): @staticmethod def nameForParam(i): - """Paramter name for a given index in the Feature Space.""" + """Parameter name for a given index in the Feature Space.""" return f"param{i}"