summaryrefslogtreecommitdiff
path: root/git/repo/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/repo/base.py')
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index e115fd4b..c2bd2a62 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -628,7 +628,7 @@ class Repo(object):
:note:
ignored files will not appear here, i.e. files mentioned in .gitignore
:note:
- This property is expensive, as no cache is involved. To process the result, please
+ This property is expensive, as no cache is involved. To process the result, please
consider caching it yourself."""
return self._get_untracked_files()