From ec97ed84d114ef131fa98acee4ce7be32f8c591f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 27 Oct 2010 19:06:03 +0200 Subject: docs: untracked_files is a property, but was used like a function, see http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.1