Skip to content

Commit 969185b

Browse files
committed
index.base unmerged_blobs() doc string
1 parent f08d306 commit 969185b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: git/index/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ def iter_blobs(self, predicate: Callable[[Tuple[StageType, Blob]], bool] = lambd
477477
def unmerged_blobs(self) -> Dict[PathLike, List[Tuple[StageType, Blob]]]:
478478
"""
479479
:return:
480-
Iterator yielding dict(path : list( tuple( stage, Blob, ...))), being
480+
Dict(path : list( tuple( stage, Blob, ...))), being
481481
a dictionary associating a path in the index with a list containing
482482
sorted stage/blob pairs
483-
##### Does it return iterator? or just the Dict?
483+
484484
485485
:note:
486486
Blobs that have been removed in one side simply do not exist in the

0 commit comments

Comments
 (0)