We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2067ba commit 60acfa5Copy full SHA for 60acfa5
git/repo/base.py
@@ -702,7 +702,7 @@ def ignored(self, *paths):
702
Doing so using the "git check-ignore" method.
703
704
:param paths: List of paths to check whether they are ignored or not
705
- :return: sublist of those paths which are ignored
+ :return: subset of those paths which are ignored
706
"""
707
try:
708
proc = self.git.check_ignore(*paths)
0 commit comments