Update configuring-superset.mdx (#18819)

Fixes typo dateime -> datetime
This commit is contained in:
Niko Rebenich
2022-02-21 07:52:35 +02:00
committed by GitHub
parent 3c17c609c9
commit a29153778e
@@ -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>)