Skip to content

Commit 8511513

Browse files
committed
Fixes #64
[ci skip]
1 parent 8a72a7a commit 8511513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h
3939
Clone from existing repositories or initialize new empty ones::
4040

4141
cloned_repo = repo.clone("to/this/path")
42-
new_repo = repo.init("path/for/new/repo")
42+
new_repo = Repo.init("path/for/new/repo")
4343
4444
Archive the repository contents to a tar file::
4545

git/ext/gitdb

0 commit comments

Comments
 (0)