summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley Martine <riley.martine.0@gmail.com>2018-07-02 15:00:58 -0400
committerSebastian Thiel <byronimo@gmail.com>2018-07-15 14:24:49 +0200
commit9807dd48b73ec43b21aa018bdbf591af4a3cc5f9 (patch)
tree437a5a9a1bd581f7c3936009fe0d3043aad9d5ce
parentce5dfe7f95ac35263e41017c8a3c3c40c4333de3 (diff)
downloadgitpython-9807dd48b73ec43b21aa018bdbf591af4a3cc5f9.tar.gz
Fix small typo
Fix small typo and slightly reword docstring.
-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