diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 11:03:33 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 11:03:33 +0100 |
| commit | fed0cb5133a4ddf470aa9a4e869a99ad6f0dc65d (patch) | |
| tree | 1df565c9c5dd16a2ffb0db5fa2ae60778f490f90 /kconfiglib.py | |
| parent | f54c6b6d453361948a9169081d9140ee5935b9f7 (diff) | |
_parse_expr() docstring nit
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
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 |
