diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 18:45:26 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 18:46:25 +0100 |
| commit | eb83890ae60be8509be1e42fe706d268e5b7f80d (patch) | |
| tree | 05e5389b84a5a8f0bd9591b56fb07c0043c4f7fc /kconfiglib.py | |
| parent | 4bc249868ffec014e70b94610bfcb2a61c7c10e8 (diff) | |
Kconfig formatting nit in docstring
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index f432665..6ce3ab7 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -152,7 +152,7 @@ including prompts, so these two configurations are logically equivalent: (1) menu "menu" - depends on A + depends on A if B @@ -168,7 +168,7 @@ including prompts, so these two configurations are logically equivalent: (2) menu "menu" - depends on A + depends on A config FOO tristate "foo" if A && B && C && D |
