Skip to content

Commit ec97ed8

Browse files
committed
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
1 parent 1019d4c commit ec97ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Query the active branch, query untracked files or whether the repository data h
3131
3232
repo.is_dirty()
3333
False
34-
repo.untracked_files()
34+
repo.untracked_files
3535
['my_untracked_file']
3636
3737
Clone from existing repositories or initialize new empty ones::

0 commit comments

Comments
 (0)