From e9be796950070790543ca0cfaf5182958aee5dd6 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 30 Dec 2008 15:14:33 -0700 Subject: Fixed Env._bootstrap() docstring typo --- ipalib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/config.py') diff --git a/ipalib/config.py b/ipalib/config.py index c1947433..6feae573 100644 --- a/ipalib/config.py +++ b/ipalib/config.py @@ -392,7 +392,7 @@ class Env(object): variables specified on the command-line. 3. Intelligently fill-in the *in_tree*, *context*, *conf*, and - *conf_default* variables if they haven`t been set already. + *conf_default* variables if they haven't been set already. Also see `Env._finalize_core()`, the next method in the bootstrap sequence. -- cgit