summaryrefslogtreecommitdiff
path: root/gbp
diff options
context:
space:
mode:
Diffstat (limited to 'gbp')
-rw-r--r--gbp/git/repository.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 7e7134e..2fcc12c 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1095,9 +1095,9 @@ class GitRepository(object):
Diff two git repository objects
@param obj1: first object
- @type types: C{str}
+ @type obj1: C{str}
@param obj2: second object
- @type types: C{str}
+ @type obj2: C{str}
@return: diff
@rtype: C{str}
"""