Fixed Env._bootstrap() docstring typo

This commit is contained in:
Jason Gerard DeRose
2008-12-30 15:14:33 -07:00
parent 379c549fc1
commit e9be796950

View File

@@ -392,7 +392,7 @@ class Env(object):
variables specified on the command-line. variables specified on the command-line.
3. Intelligently fill-in the *in_tree*, *context*, *conf*, and 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 Also see `Env._finalize_core()`, the next method in the bootstrap
sequence. sequence.