diff options
Diffstat (limited to 'doc/source/tutorial.rst')
-rw-r--r-- | doc/source/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index c176ed0c..d9b35fda 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h Clone from existing repositories or initialize new empty ones:: cloned_repo = repo.clone("to/this/path") - new_repo = repo.init("path/for/new/repo") + new_repo = Repo.init("path/for/new/repo") Archive the repository contents to a tar file:: |