mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Clarify _include_path() parameter docstring
This commit is contained in:
parent
b86383fb28
commit
478012e0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class Generator:
|
|||
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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue