From 9807dd48b73ec43b21aa018bdbf591af4a3cc5f9 Mon Sep 17 00:00:00 2001 From: Riley Martine Date: Mon, 2 Jul 2018 15:00:58 -0400 Subject: Fix small typo Fix small typo and slightly reword docstring. --- git/repo/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'git/repo/base.py') 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 -- cgit v1.2.1