From a3f89b3103f6b2e5d2d4e7b795e8904c7c55da2b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 27 May 2019 00:24:49 +0200 Subject: Fix "the the" docstring typo --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 8ff95bc..d342e6a 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1354,7 +1354,7 @@ class Kconfig(object): filename (default: None): Filename to save configuration to (a string). - If None (the default), the filename in the the environment variable + If None (the default), the filename in the environment variable KCONFIG_CONFIG is used if set, and ".config" otherwise. See standard_config_filename(). -- cgit v1.2.3