8000
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.
1 parent 9d878af commit 315405dCopy full SHA for 315405d
test/test_quick_doc.py
@@ -93,7 +93,7 @@ def test_cloned_repo_object(self, local_dir):
93
94
# Modified files
95
# [9-test_cloned_repo_object]
96
- # Lets modify one of our tracked files
+ # Let's modify one of our tracked files
97
98
with open(f'{local_dir}/Downloads/file3.txt', 'w') as f:
99
f.write('file3 version 2') # overwrite file 3
@@ -174,7 +174,7 @@ def print_files_from_git(root, level=0):
174
# Printing text files
175
# [17-test_cloned_repo_object]
176
print_file = 'dir1/file2.txt'
177
- tree[print_file]
+ tree[print_file] # the head commit tree
178
179
# Output <git.Blob "SHA1-HEX-HASH-1">
180
# ![17-test_cloned_repo_object]
0 commit comments