summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-07-18 10:09:09 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-07-18 10:09:09 +0200
commitb21e2f1c0fdef32e7c6329e2bc1b4ce2a7041a2b (patch)
treeda036cb920c96f6d50ea8ea7c5ac5edea446fecf
parent58c78e649cbac271dee187b055335c876fcb1937 (diff)
parent3438795d2af6d9639d1d6e9182ad916e73dd0c37 (diff)
downloadgitpython-b21e2f1c0fdef32e7c6329e2bc1b4ce2a7041a2b.tar.gz
Merge pull request #318 from roidelapluie/master
typo in submodules api documentation
-rw-r--r--git/objects/submodule/base.py2
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: