Skip to content

Commit 56f18ac

Browse files
houssam-kenshoByron
authored andcommitted
fix iter_commits comment, more in line with iter_items
1 parent c0f2cf3 commit 56f18ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/repo/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ def iter_commits(self, rev: Union[str, Commit, 'SymbolicReference', None] = None
567567
If None, the active branch will be used.
568568
569569
:param paths:
570-
is an optional path or a list of paths to limit the returned commits to
571-
Commits that do not contain that path or the paths will not be returned.
570+
is an optional path or a list of paths; if set only commits that include the path
571+
or paths will be returned
572572
573573
:param kwargs:
574574
Arguments to be passed to git-rev-list - common ones are

0 commit comments

Comments
 (0)