diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-04 20:18:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-04 20:18:20 +0100 |
| commit | 420092b2b8b4bf1154bb885fd23d8d03fc1415d8 (patch) | |
| tree | 86369539a924fce47d3bf7e7521ca1da44e84d7b | |
| parent | ff4c0a0d5df7dc1b45f4e75c91272fdf9917772e (diff) | |
Improve some comments.
| -rw-r--r-- | kconfiglib.py | 4 |
1 files 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=<architecture> +$ make iscriptconfig [ARCH=<architecture>] 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): |
