PR review fixes: Fix minor typo to match verb form from other docstrings

This commit is contained in:
Gustavo Moreira
2024-08-10 00:49:18 -07:00
parent 17861618df
commit 8f9d565f63
@@ -159,7 +159,7 @@ class Files(plugins.PluginInterface, timeliner.TimeLinerInterface):
root_dentry: interfaces.objects.ObjectInterface,
parent_dir: str,
):
"""Walk dentries recursively
"""Walks dentries recursively
Args:
seen_dentries: A set to ensure each dentry is processed only once