From 9133a641f25836164a0c97fb81adaab86049715c Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Fri, 27 Nov 2020 15:06:57 +0200 Subject: [PATCH] chore: rename comment as well --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 010827d9b71bb..f41ad2c3d6a62 100644 --- a/superset/config.py +++ b/superset/config.py @@ -341,7 +341,7 @@ def _try_json_readsha( # pylint: disable=unused-argument } # Set the default view to card/grid view if thumbnail support is enabled. -# Setting LISTVIEW_DEFAULT_CARD_VIEW to False will force the default view to +# Setting LISTVIEWS_DEFAULT_CARD_VIEW to False will force the default view to # always be the table layout if DEFAULT_FEATURE_FLAGS["THUMBNAILS"]: DEFAULT_FEATURE_FLAGS["LISTVIEWS_DEFAULT_CARD_VIEW"] = True