Skip to content

Commit

Permalink
Clarify _include_path() parameter docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Oct 2, 2024
1 parent b86383f commit 478012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_template(self, name):
def _include_path(self, path, extensions=None):
"""Inclusion logic for .get_files(), returns True/False
:param path: the path which might be including
:param path: potential path to include (relative to content root)
:param extensions: the list of allowed extensions, or False if all
extensions are allowed
"""
Expand Down

0 comments on commit 478012e

Please sign in to comment.