Skip to content

Commit 683d439

Browse files
committed
Datetime fix
1 parent 5c74357 commit 683d439

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
@@ -457,7 +457,7 @@ from itertools import product, combinations, combinations_with_replacement, perm
457457
Datetime
458458
--------
459459
* **Module 'datetime' provides 'date' `<D>`, 'time' `<T>`, 'datetime' `<DT>` and 'timedelta' `<TD>` classes, all of which are immutable and hashable.**
460-
* **Time and datetime can be 'aware' `<a>`, meaning they have defined timezone, or 'naive' `<n>`, meaning they don't.
460+
* **Time and datetime can be 'aware' `<a>`, meaning they have defined timezone, or 'naive' `<n>`, meaning they don't.**
461461
* **If object is naive it is presumed to be in system's timezone.**
462462

463463
```python

0 commit comments

Comments
 (0)