We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1019d4c commit ec97ed8Copy full SHA for ec97ed8
doc/tutorial.rst
@@ -31,7 +31,7 @@ Query the active branch, query untracked files or whether the repository data h
31
32
repo.is_dirty()
33
False
34
- repo.untracked_files()
+ repo.untracked_files
35
['my_untracked_file']
36
37
Clone from existing repositories or initialize new empty ones::
0 commit comments