From 73601e4acbaef0d2f040f7ec12082cda7e64e297 Mon Sep 17 00:00:00 2001 From: J Phani Mahesh Date: Wed, 22 Jun 2016 20:25:09 +0530 Subject: [PATCH] docs: correct name of local config module in comments (#653) --- caravel/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caravel/config.py b/caravel/config.py index 1c66411e99d..4d4f25563d7 100644 --- a/caravel/config.py +++ b/caravel/config.py @@ -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