From fed0cb5133a4ddf470aa9a4e869a99ad6f0dc65d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 8 Feb 2018 11:03:33 +0100 Subject: _parse_expr() docstring nit --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3