Fix typo in documentation · gitpython-developers/GitPython@d2cd597

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())