Skip to content

Commit 1369bdc

Browse files
committed
replaced hash with generic
1 parent abe7e6e commit 1369bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_quick_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def print_files_from_git(root, delim='-', i=0):
160160
print_file = 'dir1/file2.txt'
161161
tree[print_file]
162162

163-
# Output <git.Blob "3fab4a2e97ee374d0eccd854f298eee0b06a62fb">
163+
# Output <git.Blob "SHA1-HEX-HASH-1">
164164
# ![17-test_cloned_repo_object]
165165

166166
# [18-test_cloned_repo_object]

0 commit comments

Comments
 (0)