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