From a46d6627f2fcb095832413aa74942476462278ad Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 30 Oct 2017 15:27:31 +0100 Subject: Comment nit --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 09d821f..f960cf1 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3785,8 +3785,8 @@ def _finalize_tree(node): during parsing instead. """ - # The ordering here gets a bit tricky, but it's important to do things in - # this order to have everything work out correctly. + # The ordering here gets a bit tricky. It's important to do things in this + # order to have everything work out correctly. if node.list is not None: # The menu node has children. Finalize them. -- cgit v1.2.3