Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Nov 20, 2023
1 parent e16b7dd commit 495fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/position/v1/dlc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def validate_list(
)


def vaidate_smooth_params(params):
def validate_smooth_params(params):
"""If params['smooth'], validate method is in list and duration type"""
if not params.get("smooth"):
return
Expand Down

0 comments on commit 495fca9

Please sign in to comment.