Browse Source

Datetime fix

pull/28/head
Jure Šorn 5 years ago
parent
commit
f3621eb743
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -460,7 +460,7 @@ Datetime
* **Time and Datetime can be 'aware' (`<a>`), meaning they have defined timezone, or 'naive' (`<n>`), meaning they don't.**
```python
$ pip3 install pytz
# $ pip3 install pytz
from datetime import date, time, datetime, timedelta
import pytz
```

Loading…
Cancel
Save