summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-08 11:03:33 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-02-08 11:03:33 +0100
commitfed0cb5133a4ddf470aa9a4e869a99ad6f0dc65d (patch)
tree1df565c9c5dd16a2ffb0db5fa2ae60778f490f90 /kconfiglib.py
parentf54c6b6d453361948a9169081d9140ee5935b9f7 (diff)
_parse_expr() docstring nit
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 2f66e80..c85b847 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2001,7 +2001,7 @@ class Kconfig(object):
def _parse_expr(self, transform_m):
"""
Parses an expression from the tokens in Kconfig._tokens using a simple
- top-down approach. See the module docs for the expression format.
+ top-down approach. See the module docstring for the expression format.
transform_m:
True if m should be rewritten to m && MODULES. See the