Skip to content

Commit f253fd1

Browse files
committed
Datetime fix
1 parent ddc8960 commit f253fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ from datetime import date, time, datetime, timedelta
465465
import pytz
466466
```
467467

468+
### Constructors
468469
```python
469470
<D> = date(year, month, day)
470471
<T> = time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None, fold=0)

0 commit comments

Comments
 (0)