summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 37dd8d32..a8e696b4 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -31,7 +31,7 @@ Query the active branch, query untracked files or whether the repository data h
repo.is_dirty()
False
- repo.untracked_files()
+ repo.untracked_files
['my_untracked_file']
Clone from existing repositories or initialize new empty ones::