Skip to content

Commit acc5d2b

Browse files
authored
Merge pull request #5 from bluenote10/fix_broken_character
Fix broken character
2 parents 7979f55 + 347dc27 commit acc5d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)