From 2f31a96a2742001a3e4e94c23e8d2870ff118206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 15 Mar 2019 01:04:08 +0100 Subject: [PATCH] Datetime fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0866d6..32eef45 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ from itertools import product, combinations, combinations_with_replacement, perm Datetime -------- -* **Module 'datetime' provides 'date' ``, 'time' `` and 'datetime' `
` classes.** +* **Module 'datetime' provides 'date' ``, 'time' ``, 'datetime' `
` and 'timedelta' `` classes.** * **Time and datetime can be 'aware' ``, meaning they have defined timezone, or 'naive' ``, meaning they don't.** ```python