Skip to content

Commit f3621eb

Browse files
committed
Datetime fix
1 parent a3252b4 commit f3621eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Datetime
460460
* **Time and Datetime can be 'aware' (`<a>`), meaning they have defined timezone, or 'naive' (`<n>`), meaning they don't.**
461461

462462
```python
463-
$ pip3 install pytz
463+
# $ pip3 install pytz
464464
from datetime import date, time, datetime, timedelta
465465
import pytz
466466
```

0 commit comments

Comments
 (0)