mirror of
https://github.com/apache/superset.git
synced 2026-06-08 09:09:27 +00:00
docs: correct name of local config module in comments (#653)
This commit is contained in:
committed by
Maxime Beauchemin
parent
a9fd2271dd
commit
73601e4acb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user