diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 12:43:37 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 12:43:37 +0100 |
| commit | 83f01afab164c434df9d5c4e217275040370c55e (patch) | |
| tree | aefea24320c66e36f1993277f51707cc9aaf950f | |
| parent | 501c60c3c7620f9ad03b6692d3255735ac17b596 (diff) | |
Rewrap some docstrings.
| -rw-r--r-- | kconfiglib.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 60ce2c7..025e6cc 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3195,8 +3195,8 @@ class Choice(Item, _HasVisibility): return None def get_user_selection(self): - """If the choice is in "y" mode and has a user-selected - symbol, returns that symbol. Otherwise, returns None.""" + """If the choice is in "y" mode and has a user-selected symbol, returns + that symbol. Otherwise, returns None.""" return self.user_val def get_config(self): @@ -3205,8 +3205,8 @@ class Choice(Item, _HasVisibility): def get_name(self): """For named choices, returns the name. Returns None for unnamed - choices. No named choices appear anywhere in the kernel Kconfig - files as of Linux 3.7.0-rc8.""" + choices. No named choices appear anywhere in the kernel Kconfig files + as of Linux 3.7.0-rc8.""" return self.name def get_help(self): |
