Skip to content

Commit 60acfa5

Browse files
saroad2Byron
authored andcommitted
rename sublist to subset
1 parent e2067ba commit 60acfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def ignored(self, *paths):
702702
Doing so using the "git check-ignore" method.
703703
704704
:param paths: List of paths to check whether they are ignored or not
705-
:return: sublist of those paths which are ignored
705+
:return: subset of those paths which are ignored
706706
"""
707707
try:
708708
proc = self.git.check_ignore(*paths)

0 commit comments

Comments
 (0)