Skip to content

Commit 382101d

Browse files
committed
Documentation
1 parent 6ee9df6 commit 382101d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/plugins/blog/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _generate_categories(self, config: MkDocsConfig, files: Files):
572572
file = self._path_to_file(path, config)
573573
files.append(file)
574574

575-
# Create and yield archive view
575+
# Create and yield category view
576576
self._save_to_file(file.abs_src_path, f"# {name}")
577577
yield Category(name, file, config)
578578

src/plugins/blog/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _generate_categories(self, config: MkDocsConfig, files: Files):
572572
file = self._path_to_file(path, config)
573573
files.append(file)
574574

575-
# Create and yield archive view
575+
# Create and yield category view
576576
self._save_to_file(file.abs_src_path, f"# {name}")
577577
yield Category(name, file, config)
578578

0 commit comments

Comments
 (0)