diff --git a/README.md b/README.md index 2a9888d..bb02761 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ from datetime import date, time, datetime, timedelta import pytz ``` +### Constructors ```python = date(year, month, day) = time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None, fold=0)