summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Antoine Gombeaud <LoicAG@users.noreply.github.com>2019-08-07 16:08:24 +0200
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-11 19:12:04 +0800
commitd2cd5970af1ea8024ecf82b11c1b3802d7c72ba6 (patch)
treefc8a9dcce76fe6d1f694d10265d970b0fbcafa53
parentacbd5c05c7a7987c0ac9ae925032ae553095ebee (diff)
downloadgitpython-d2cd5970af1ea8024ecf82b11c1b3802d7c72ba6.tar.gz
Fix typo in documentation
`mutli_options` -> `multi_options`
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index 52eeb67b..31b57a33 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -1036,7 +1036,7 @@ class Repo(object):
:param to_path: Path to which the repository should be cloned to
:param progress: See 'git.remote.Remote.push'.
:param env: Optional dictionary containing the desired environment variables.
- :param mutli_options: See ``clone`` method
+ :param multi_options: See ``clone`` method
:param kwargs: see the ``clone`` method
:return: Repo instance pointing to the cloned directory"""
git = Git(os.getcwd())