diff options
author | Julien Pivotto <roidelapluie@gmail.com> | 2015-07-17 22:09:05 +0200 |
---|---|---|
committer | Julien Pivotto <roidelapluie@inuits.eu> | 2015-07-17 22:10:05 +0200 |
commit | 3438795d2af6d9639d1d6e9182ad916e73dd0c37 (patch) | |
tree | da036cb920c96f6d50ea8ea7c5ac5edea446fecf | |
parent | 58c78e649cbac271dee187b055335c876fcb1937 (diff) | |
download | gitpython-3438795d2af6d9639d1d6e9182ad916e73dd0c37.tar.gz |
typo in submodules api documentation
-rw-r--r-- | git/objects/submodule/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py index 30201e09..610dddad 100644 --- a/git/objects/submodule/base.py +++ b/git/objects/submodule/base.py @@ -431,7 +431,7 @@ class Submodule(util.IndexObject, Iterable, Traversable): 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: |