Skip to content

Commit cec6ae1

Browse files
authored
Fix typo scrict -> strict in types.py (#19998)
1 parent 1e83a1b commit cec6ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/utilities/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class LRSchedulerConfigType(TypedDict, total=False):
107107
frequency: int
108108
reduce_on_plateau: bool
109109
monitor: Optional[str]
110-
scrict: bool
110+
strict: bool
111111

112112

113113
class OptimizerLRSchedulerConfig(TypedDict):

0 commit comments

Comments
 (0)