summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-14 19:51:50 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-14 20:03:48 +0200
commit02910c6f7c0dc4cd5b669167045df6fec7ccf992 (patch)
treea57fc605930c9a4837c1571f67cef75afd3e18bf
parentcd96604f4fbbb88347e043919714a0428e159bc8 (diff)
Comment formatting nit
-rw-r--r--kconfiglib.py4
1 files 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