summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git/repo/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index 26c7c7e5..f8d670c4 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -424,8 +424,7 @@ class Repo(object):
:param config_level:
For possible values, see config_writer method
If None, all applicable levels will be used. Specify a level in case
- you know which exact file you whish to read to prevent reading multiple files for
- instance
+ you know which file you wish to read to prevent reading multiple files.
:note: On windows, system configuration cannot currently be read as the path is
unknown, instead the global path will be used."""
files = None