From 420092b2b8b4bf1154bb885fd23d8d03fc1415d8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 4 Dec 2012 20:18:20 +0100 Subject: Improve some comments. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index 112acdc..ed6c930 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -53,7 +53,7 @@ directory.) To get an interactive Python prompt with Kconfiglib preloaded, use -$ make iscriptconfig ARCH= +$ make iscriptconfig [ARCH=] Kconfiglib requires Python 2. For (i)scriptconfig the command to run the Python interpreter can be passed in the environment variable PYTHONCMD (defaults to @@ -3307,7 +3307,7 @@ class Menu(Item): def get_visible_if_visibility(self): """Returns the visibility the menu gets from its 'visible if' - condition. "y" is the menu has no 'visible if' condition.""" + condition. "y" if the menu has no 'visible if' condition.""" return self.config._eval_expr(self.visible_if_expr) def get_items(self, recursive = False): -- cgit v1.2.3