Skip to content

Commit 0d72b5f

Browse files
committed
Formatting
1 parent e1723f0 commit 0d72b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/plugins/blog/structure/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pre_validation(self, config: Config, key_name: str):
6464
for key, value in config[key_name].items():
6565

6666
# Handle datetime - since datetime is a subclass of date, we need
67-
# to check it first, or we'll loose time - see https://t.ly/-KG9N
67+
# to check it first, or we lose the time - see https://t.ly/-KG9N
6868
if isinstance(value, datetime):
6969
continue
7070

src/plugins/blog/structure/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pre_validation(self, config: Config, key_name: str):
6464
for key, value in config[key_name].items():
6565

6666
# Handle datetime - since datetime is a subclass of date, we need
67-
# to check it first, or we'll loose time - see https://t.ly/-KG9N
67+
# to check it first, or we lose the time - see https://t.ly/-KG9N
6868
if isinstance(value, datetime):
6969
continue
7070

0 commit comments

Comments
 (0)