summaryrefslogtreecommitdiff
path: root/examples/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-10 08:46:28 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-10 08:46:28 +0100
commit8757ff9ae1d23499ed58ee8ea6f1fb578603d2c7 (patch)
tree92bf5406143916bdfcb207efabed6912e2881873 /examples/menuconfig.py
parent5c2a3458a51a78665adbebd3ce64d2ea0f95718d (diff)
Fix a few typos
Clean up some formatting a bit too.
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)