diff --git a/README.md b/README.md index 2177bfb..db166e8 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ import pytz ```python = D/T/DT.fromisoformat('') # Object from ISO string.
= DT.strptime(, '') # Datetime from string, according to format. - = D/DT.fromordinal() # D/DT from days since Christ. + = D/DT.fromordinal() # D/DTn from days since Christ. = DT.fromtimestamp(, ) # Aware DT from seconds since Epoch in tz time. ``` * **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[±]'`, or both separated by `'T'`.**