We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72a7a commit 8511513Copy full SHA for 8511513
doc/source/tutorial.rst
@@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h
39
Clone from existing repositories or initialize new empty ones::
40
41
cloned_repo = repo.clone("to/this/path")
42
- new_repo = repo.init("path/for/new/repo")
+ new_repo = Repo.init("path/for/new/repo")
43
44
Archive the repository contents to a tar file::
45
git/ext/gitdb
0 commit comments