From 8944d2038fbbb06ce69f39568559feb9fc21468e Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Mon, 3 Jul 2023 18:27:10 -0500 Subject: [PATCH] Lint fix --- nikola/plugins/task/galleries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/plugins/task/galleries.py b/nikola/plugins/task/galleries.py index 249dabc3df..666b018d94 100644 --- a/nikola/plugins/task/galleries.py +++ b/nikola/plugins/task/galleries.py @@ -739,7 +739,7 @@ def make_url(url): img_list, dest_img_list, img_titles = [], [], [] def forward_slashes(path): - """Given a path, convert directory separators to forward slash, on all platforms""" + """Given a path, convert directory separators to forward slash, on all platforms.""" return str(pathlib.PurePosixPath(*os.path.split(path))) items = []