Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harahu committed May 18, 2022
1 parent 0e4d008 commit 5811b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/streamlit/elements/time_widgets.py
Expand Up @@ -386,7 +386,7 @@ def _date_input(
label: str,
value: DateValue = None,
min_value: SingleDateValue = None,
max_value: SIngleDateValue = None,
max_value: SingleDateValue = None,
key: Optional[Key] = None,
help: Optional[str] = None,
on_change: Optional[WidgetCallback] = None,
Expand Down

0 comments on commit 5811b34

Please sign in to comment.