Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfremont authored Jul 9, 2024
1 parent 8c9a651 commit 5f112e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenic/core/external_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"


Expand Down

0 comments on commit 5f112e8

Please sign in to comment.