From 5b7c8df3892256fd4ccba1f8fe1e8123b04a01ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 11 Oct 2023 11:14:20 +0200 Subject: [PATCH] update --- content/code/2023-10-11-python-date-conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code/2023-10-11-python-date-conversion.md b/content/code/2023-10-11-python-date-conversion.md index b096cca..e5fb33e 100644 --- a/content/code/2023-10-11-python-date-conversion.md +++ b/content/code/2023-10-11-python-date-conversion.md @@ -46,4 +46,4 @@ def string_to_duration(value: str, target: Literal["days", "hours"]): num = num * 24 return num -`````` \ No newline at end of file +``` \ No newline at end of file