Skip to content

Commit 347dc27

Browse files
Keller Fabian Rudolf (CC-AD/EYC3)Keller Fabian Rudolf (CC-AD/EYC3)
authored andcommitted
fix broken character
1 parent 7979f55 commit 347dc27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dirhash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def dirhash(
7878
"name" and "data" must be included. Default is ["name", "data"] which
7979
means that the content (actual data) as well as the path relative to the
8080
root `directory` of files will affect the hash value. See "Entry
81-
Properties Interpretation" section below for further details. 
81+
Properties Interpretation" section below for further details.
8282
allow_cyclic_links: bool - If `False` (default) a `SymlinkRecursionError` is
8383
raised on presence of cyclic symbolic links. If set to `True` the the
8484
dirhash value for directory causing the cyclic link is replaced with the

0 commit comments

Comments
 (0)