diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-04 23:59:58 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-05 05:55:51 +0100 |
| commit | ecd3e89ff666bb27775fdb5d3417cd5df7eedba0 (patch) | |
| tree | 82da37d4dc12bd686b6fae2b3a27eb8f03e481ad /examples | |
| parent | 2eb56075b4ab3c5d9c6089835aa5cd1ab60ee774 (diff) | |
Get rid of some more tristate quotes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/eval_expr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/eval_expr.py b/examples/eval_expr.py index be02c77..260edbe 100644 --- a/examples/eval_expr.py +++ b/examples/eval_expr.py @@ -15,7 +15,7 @@ if len(sys.argv) < 3: conf = kconfiglib.Kconfig(sys.argv[1]) -# Enable modules so that 'm' doesn't get demoted to 'n' +# Enable modules so that m doesn't get demoted to n conf.syms["MODULES"].set_value(2) print("the expression '{}' evaluates to {}" |
