Skip to content

Commit da21786

Browse files
committed
Documentation
1 parent fbb7a5e commit da21786

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
@@ -605,7 +605,7 @@ def _generate_pages(self, view: View, config: MkDocsConfig, files: Files):
605605
for at in range(step, len(view.posts), step):
606606
base, _ = posixpath.splitext(view.file.src_uri)
607607

608-
# Compute path and create a file for path resolution
608+
# Compute path and create a file for pagination
609609
path = self._format_path_for_pagination(base, 1 + at // step)
610610
file = self._path_to_file(path, config)
611611

src/plugins/blog/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def _generate_pages(self, view: View, config: MkDocsConfig, files: Files):
605605
for at in range(step, len(view.posts), step):
606606
base, _ = posixpath.splitext(view.file.src_uri)
607607

608-
# Compute path and create a file for path resolution
608+
# Compute path and create a file for pagination
609609
path = self._format_path_for_pagination(base, 1 + at // step)
610610
file = self._path_to_file(path, config)
611611

0 commit comments

Comments
 (0)