Browse Source

Datetime fix

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

2
README.md

@ -456,7 +456,7 @@ from itertools import product, combinations, combinations_with_replacement, perm
Datetime
--------
* **Module Datetime provides 'date' `<D>`, 'time' `<T>` and 'datetime' `<DT>` classes.**
* **Module 'datetime' provides 'date' `<D>`, 'time' `<T>` and 'datetime' `<DT>` classes.**
* **Time and datetime can be 'aware' `<a>`, meaning they have defined timezone, or 'naive' `<n>`, meaning they don't.**
```python

Loading…
Cancel
Save