diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-27 00:24:49 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-27 00:25:14 +0200 |
| commit | a3f89b3103f6b2e5d2d4e7b795e8904c7c55da2b (patch) | |
| tree | 95a51efc2095a19f71da05778252f97f9fdbd1eb | |
| parent | 7daf19b00f64ee49acac8b636ec5693ba3a4acf1 (diff) | |
Fix "the the" docstring typo
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(). |
