summaryrefslogtreecommitdiff
path: root/git/objects/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/objects/base.py')
-rw-r--r--git/objects/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/base.py b/git/objects/base.py
index 42876fc8..77d0ed63 100644
--- a/git/objects/base.py
+++ b/git/objects/base.py
@@ -135,7 +135,7 @@ class IndexObject(Object):
:param repo: is the Repo we are located in
:param binsha: 20 byte sha1
- :param mode:
+ :param mode:
is the stat compatible file mode as int, use the stat module
to evaluate the infomration
:param path: