Skip to content

Commit

Permalink
Fix typo scrict -> strict in types.py (#19998)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuz committed Jun 20, 2024
1 parent 1e83a1b commit cec6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/pytorch/utilities/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class LRSchedulerConfigType(TypedDict, total=False):
frequency: int
reduce_on_plateau: bool
monitor: Optional[str]
scrict: bool
strict: bool


class OptimizerLRSchedulerConfig(TypedDict):
Expand Down

0 comments on commit cec6ae1

Please sign in to comment.