From 60acfa5d8d454a7c968640a307772902d211f043 Mon Sep 17 00:00:00 2001 From: Sagi Shadur Date: Tue, 29 Sep 2020 09:19:50 +0300 Subject: rename sublist to subset --- git/repo/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/repo/base.py b/git/repo/base.py index e0c4adb3..a935cfa7 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -702,7 +702,7 @@ class Repo(object): Doing so using the "git check-ignore" method. :param paths: List of paths to check whether they are ignored or not - :return: sublist of those paths which are ignored + :return: subset of those paths which are ignored """ try: proc = self.git.check_ignore(*paths) -- cgit v1.2.1