summaryrefslogtreecommitdiff
path: root/git/index/typ.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/index/typ.py')
-rw-r--r--git/index/typ.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/index/typ.py b/git/index/typ.py
index 0998ecb0..70f56dd1 100644
--- a/git/index/typ.py
+++ b/git/index/typ.py
@@ -32,7 +32,8 @@ class BlobFilter(object):
__slots__ = 'paths'
def __init__(self, paths):
- """:param paths:
+ """
+ :param paths:
tuple or list of paths which are either pointing to directories or
to files relative to the current repository
"""