summaryrefslogtreecommitdiff
path: root/examples/menuconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/menuconfig.py')
-rw-r--r--examples/menuconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/menuconfig.py b/examples/menuconfig.py
index 375b8c8..5452d50 100644
--- a/examples/menuconfig.py
+++ b/examples/menuconfig.py
@@ -218,8 +218,8 @@ def node_str(node):
def print_menuconfig_nodes(node, indent):
"""
- Prints a tree with all the menu entries rooted at node. Child menu entries
- are indented.
+ Prints a tree with all the menu entries rooted at 'node'. Child menu
+ entries are indented.
"""
while node:
string = node_str(node)