From 969185b76df038603a90518f35789f28e4cfe5b9 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Mon, 17 May 2021 18:10:13 +0100 Subject: index.base unmerged_blobs() doc string --- git/index/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git') diff --git a/git/index/base.py b/git/index/base.py index 5c4947ca..04424060 100644 --- a/git/index/base.py +++ b/git/index/base.py @@ -477,10 +477,10 @@ class IndexFile(LazyMixin, diff.Diffable, Serializable): def unmerged_blobs(self) -> Dict[PathLike, List[Tuple[StageType, Blob]]]: """ :return: - Iterator yielding dict(path : list( tuple( stage, Blob, ...))), being + Dict(path : list( tuple( stage, Blob, ...))), being a dictionary associating a path in the index with a list containing sorted stage/blob pairs - ##### Does it return iterator? or just the Dict? + :note: Blobs that have been removed in one side simply do not exist in the -- cgit v1.2.1