From 3438795d2af6d9639d1d6e9182ad916e73dd0c37 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 17 Jul 2015 22:09:05 +0200 Subject: [PATCH] typo in submodules api documentation --- git/objects/submodule/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py index 30201e090..610dddad7 100644 --- a/git/objects/submodule/base.py +++ b/git/objects/submodule/base.py @@ -431,7 +431,7 @@ def update(self, recursive=False, init=True, to_latest_revision=False, progress= This only works if we have a local tracking branch, which is the case if the remote repository had a master branch, or of the 'branch' option was specified for this submodule and the branch existed remotely - :param progress: UpdateProgress instance or None of no progress should be shown + :param progress: UpdateProgress instance or None if no progress should be shown :param dry_run: if True, the operation will only be simulated, but not performed. All performed operations are read-only :param force: