From 26a390a3752ae0fd9e5b22be98a07205c49948ff Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 8 Aug 2018 10:28:25 +0200 Subject: GitRepository: api doc fixes Gbp-Dch: Ignore --- gbp/git/repository.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gbp/git') diff --git a/gbp/git/repository.py b/gbp/git/repository.py index 6b29f5c4..1fc92ee9 100644 --- a/gbp/git/repository.py +++ b/gbp/git/repository.py @@ -340,7 +340,7 @@ class GitRepository(object): @param rev: where to start the branch from @param force: reset branch HEAD to start point, if it already exists - If rev is None the branch starts form the current HEAD. + If rev is None the branch starts from the current HEAD. """ args = GitArgs(branch) args.add_true(force, '--force') @@ -610,7 +610,7 @@ class GitRepository(object): @param local_branch: name of the local branch @type local_branch: C{str} - @param upstream: remote/branch, for example origin/master + @param upstream: Remote branch in the form remote/branch, e.g. origin/master @type upstream: C{str} """ -- cgit v1.2.3