summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-05-27 00:24:49 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-05-27 00:25:14 +0200
commita3f89b3103f6b2e5d2d4e7b795e8904c7c55da2b (patch)
tree95a51efc2095a19f71da05778252f97f9fdbd1eb /kconfiglib.py
parent7daf19b00f64ee49acac8b636ec5693ba3a4acf1 (diff)
Fix "the the" docstring typo
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
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().