From 02910c6f7c0dc4cd5b669167045df6fec7ccf992 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 14 Jun 2018 19:51:50 +0200 Subject: Comment formatting nit --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index 609ba7d..1392a96 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2637,8 +2637,8 @@ class Kconfig(object): cur = cur.next def _copy_deps_to_sc(self, node): - # Copies properties from the menu node 'node' up to its - # contained symbol or choice. + # Copies properties from the menu node 'node' up to its contained + # symbol or choice. # # This can't be rolled into _propagate_deps(), because that function # traverses the menu tree roughly breadth-first order, meaning -- cgit v1.2.3