From 56f18ac6d9efc12d0aa9406a0b28c82fcf73aca5 Mon Sep 17 00:00:00 2001 From: Houssam Kherraz Date: Wed, 23 Feb 2022 10:20:19 -0500 Subject: fix iter_commits comment, more in line with iter_items --- git/repo/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/repo/base.py b/git/repo/base.py index 7713c915..510eb12b 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -567,8 +567,8 @@ class Repo(object): If None, the active branch will be used. :param paths: - is an optional path or a list of paths to limit the returned commits to - Commits that do not contain that path or the paths will not be returned. + is an optional path or a list of paths; if set only commits that include the path + or paths will be returned :param kwargs: Arguments to be passed to git-rev-list - common ones are -- cgit v1.2.1