summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-13 12:43:37 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-13 12:43:37 +0100
commit83f01afab164c434df9d5c4e217275040370c55e (patch)
treeaefea24320c66e36f1993277f51707cc9aaf950f /kconfiglib.py
parent501c60c3c7620f9ad03b6692d3255735ac17b596 (diff)
Rewrap some docstrings.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py8
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):