summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagi Shadur <saroad2@gmail.com>2020-09-29 09:19:50 +0300
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-09-29 14:24:10 +0800
commit60acfa5d8d454a7c968640a307772902d211f043 (patch)
tree78fdec359ff10a206f7805ddf1801d500521f51e
parente2067ba536dd78549d613dc14d8ad223c7d0aa5d (diff)
downloadgitpython-60acfa5d8d454a7c968640a307772902d211f043.tar.gz
rename sublist to subset
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
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)