summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)