diff --git a/git/repo/base.py b/git/repo/base.py index e59cb0c7d..3a15925ad 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -841,6 +841,7 @@ def clone(self, path, progress=None, **kwargs): @classmethod def clone_from(cls, url, to_path, progress=None, **kwargs): """Create a clone from the given URL + :param url: valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS :param to_path: Path to which the repository should be cloned to :param progress: See 'git.remote.Remote.push'.