diff options
Diffstat (limited to 'examples/print_tree.py')
| -rw-r--r-- | examples/print_tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/print_tree.py b/examples/print_tree.py index 66b3a81..49cb954 100644 --- a/examples/print_tree.py +++ b/examples/print_tree.py @@ -47,7 +47,7 @@ from kconfiglib import Kconfig, Symbol, Choice, MENU, COMMENT def indent_print(s, indent): - print(" "*indent + s) + print(indent*" " + s) def print_items(node, indent): |
