docs: correct name of local config module in comments (#653)

This commit is contained in:
J Phani Mahesh
2016-06-22 20:25:09 +05:30
committed by Maxime Beauchemin
parent a9fd2271dd
commit 73601e4acb

View File

@@ -1,7 +1,7 @@
"""The main config file for Caravel
All configuration in this file can be overridden by providing a local_config
in your PYTHONPATH as there is a ``from local_config import *``
All configuration in this file can be overridden by providing a caravel_config
in your PYTHONPATH as there is a ``from caravel_config import *``
at the end of this file.
"""
from __future__ import absolute_import