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: