From d63ef8aa53a1d372a38483bcbd91cbaec082378e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 26 Nov 2017 15:10:36 +0100 Subject: Fix _lookup_sym() docstring typo s/_parsing_configs/_parsing_kconfigs/ --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 71810bd..6f36f73 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1091,8 +1091,8 @@ class Kconfig(object): def _lookup_sym(self, name): """ Fetches the symbol 'name' from the symbol table, creating and - registering it if it does not exist. If '_parsing_configs' is False, it - means we're in eval_string(), and new symbols won't be registered. + registering it if it does not exist. If '_parsing_kconfigs' is False, + it means we're in eval_string(), and new symbols won't be registered. """ if name in self.syms: return self.syms[name] -- cgit v1.2.3