Skip to content

Commit

Permalink
Update configuring-superset.mdx (#18819)
Browse files Browse the repository at this point in the history
Fixes typo dateime -> datetime
  • Loading branch information
Niko Rebenich committed Feb 21, 2022
1 parent 3c17c60 commit a291537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/configuring-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ change and define a grace period end date (exclusive of course) after which all
to the [start, end) interval.

```python
from dateime import date
from datetime import date

SIP_15_ENABLED = True
SIP_15_GRACE_PERIOD_END = date(<YYYY>, <MM>, <DD>)
Expand Down

0 comments on commit a291537

Please sign in to comment.