diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-12-30 15:14:33 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-12-30 15:14:33 -0700 |
commit | e9be796950070790543ca0cfaf5182958aee5dd6 (patch) | |
tree | 0fef13b7a88e2df1d3f0205b05d272231af72743 /ipalib | |
parent | 379c549fc16fbb2eed6685f5e189da26f021abe9 (diff) | |
download | freeipa-e9be796950070790543ca0cfaf5182958aee5dd6.tar.gz freeipa-e9be796950070790543ca0cfaf5182958aee5dd6.tar.xz freeipa-e9be796950070790543ca0cfaf5182958aee5dd6.zip |
Fixed Env._bootstrap() docstring typo
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/config.py b/ipalib/config.py index c19474338..6feae5735 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. |