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

Skip to content

Commit 9867d84

Browse files
committed
Added a newline, which hopefully will fix the readthedocs formatting error
1 parent 1485103 commit 9867d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/repo/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@ def clone(self, path, progress=None, **kwargs):
841841
@classmethod
842842
def clone_from(cls, url, to_path, progress=None, **kwargs):
843843
"""Create a clone from the given URL
844+
844845
:param url: valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS
845846
:param to_path: Path to which the repository should be cloned to
846847
:param progress: See 'git.remote.Remote.push'.

0 commit comments

Comments
 (0)