Skip to content

Commit c6bc792

Browse files
committed
Datetime fix
1 parent 489de09 commit c6bc792

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
@@ -494,7 +494,7 @@ import pytz
494494

495495
### Encode
496496
```python
497-
<D/T/DT> = D/T/DT.fromisoformat('<iso>') # D/T/DT from ISO string.
497+
<D/T/DT> = D/T/DT.fromisoformat('<iso>') # Object from ISO string.
498498
<DT> = DT.strptime(<str>, '<format>') # Datetime from string according to format.
499499
<D/DTn> = D/DT.fromordinal(<int>) # Date or datetime from days since Christ.
500500
<D/DTn> = D/DT.fromtimestamp(<real>) # D/DT from seconds since Epoch in local time.

0 commit comments

Comments
 (0)