Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rename sublist to subset
  • Loading branch information
saroad2 committed Sep 29, 2020
commit 0e6ac2edbec512db8357e56f90d0262d7850fa44
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def ignored(self, *paths):
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)
Expand Down