Skip to content

Commit 2a93d8a

Browse files
MarshalXelsapet
andauthored
fix typo
Co-authored-by: elsapet <elizabeth@cycode.com>
1 parent d644a34 commit 2a93d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/files_collector/commit_range_documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def get_diff_file_path(diff: 'Diff', relative: bool = False, repo: Optional['Rep
223223
Note:
224224
It tries to get the absolute path, falling back to relative paths. `relative` flag forces relative paths.
225225
226-
One case of related paths is when the repository is bare and does not have a working tree directory.
226+
One case of relative paths is when the repository is bare and does not have a working tree directory.
227227
"""
228228
# try blob-based paths first (most reliable when available)
229229
blob = diff.b_blob if diff.b_blob else diff.a_blob

0 commit comments

Comments
 (0)