Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2cd597

Browse files
Loïc Antoine GombeaudSebastian Thiel
Loïc Antoine Gombeaud
authored and
Sebastian Thiel
committed
Fix typo in documentation
`mutli_options` -> `multi_options`
1 parent acbd5c0 commit d2cd597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/repo/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def clone_from(cls, url, to_path, progress=None, env=None, multi_options=None, *
10361036
:param to_path: Path to which the repository should be cloned to
10371037
:param progress: See 'git.remote.Remote.push'.
10381038
:param env: Optional dictionary containing the desired environment variables.
1039-
:param mutli_options: See ``clone`` method
1039+
:param multi_options: See ``clone`` method
10401040
:param kwargs: see the ``clone`` method
10411041
:return: Repo instance pointing to the cloned directory"""
10421042
git = Git(os.getcwd())

0 commit comments

Comments
 (0)