Clarify _include_path() parameter docstring

This commit is contained in:
Justin Mayer 2024-10-02 19:08:26 +02:00
commit 478012e0d0

View file

@ -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
"""