Fix typos

This commit is contained in:
Isabelle Viktoria Maciohsek
2021-01-07 23:30:28 +02:00
parent be5357b291
commit 6169dda836
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ title: from_iso_date
tags: date,intermediate
---
Converts a date from its ISO-8601 represenation.
Converts a date from its ISO-8601 representation.
- Use `datetime.datetime.fromisoformat()` to convert the given ISO-8601 date to a `datetime.datetime` object.