From c3a9876023bfc56be1d34ab31def2d6cd5b9da7f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jun 2015 20:28:20 +0200 Subject: _sym_lookup() docstring nit. --- kconfiglib.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index a3b574e..91cbf7e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1350,9 +1350,10 @@ class Config(object): # def _sym_lookup(self, name, for_eval=False): - """Fetches the symbol 'name' from the symbol table. If 'for_eval' is - True, the symbol won't be added to the symbol if it does not exist -- - this is for Config.eval().""" + """Fetches the symbol 'name' from the symbol table, creating and + registering it if it does not exist. If 'for_eval' is True, the symbol + won't be added to the symbol table if it does not exist -- this is for + Config.eval().""" if name in self.syms: return self.syms[name] -- cgit v1.2.3