aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-15 20:02:45 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-15 20:31:18 +0100
commit827d7dddbbe964244cd1fa0e4b265d96814d48a2 (patch)
tree4b6d956aea263c52f9bc38018d7147acb3f3fa2b /gbp/git/repository.py
parent3aa8b0b7a8c4023cd6bfa38af5a578763f6fa205 (diff)
GitRepository: Fix types in diff docstring
Diffstat (limited to 'gbp/git/repository.py')
-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 7e7134e3..2fcc12cc 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}
"""