We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7979f55 + 347dc27 commit acc5d2bCopy full SHA for acc5d2b
src/dirhash/__init__.py
@@ -78,7 +78,7 @@ def dirhash(
78
"name" and "data" must be included. Default is ["name", "data"] which
79
means that the content (actual data) as well as the path relative to the
80
root `directory` of files will affect the hash value. See "Entry
81
- Properties Interpretation" section below for further details.
+ Properties Interpretation" section below for further details.
82
allow_cyclic_links: bool - If `False` (default) a `SymlinkRecursionError` is
83
raised on presence of cyclic symbolic links. If set to `True` the the
84
dirhash value for directory causing the cyclic link is replaced with the
0 commit comments