Skip to content

Commit a3252b4

Browse files
committed
Datetime fix
1 parent 6bed973 commit a3252b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ from itertools import product, combinations, combinations_with_replacement, perm
456456

457457
Datetime
458458
--------
459-
* **Module Datetime provides Date (`'<D>'`), Time (`'<T>'`) and Datetime (`'<DT>'`) classes.**
460-
* **Time and Datetime can be 'aware' (`'<a>'`), meaning they have defined timezone, or 'naive' (`'<n>'`), meaning they don't.**
459+
* **Module Datetime provides Date (`<D>`), Time (`<T>`) and Datetime (`<DT>`) classes.**
460+
* **Time and Datetime can be 'aware' (`<a>`), meaning they have defined timezone, or 'naive' (`<n>`), meaning they don't.**
461461

462462
```python
463463
$ pip3 install pytz

0 commit comments

Comments
 (0)