This is an automated email from the ASF dual-hosted git repository. dpgaspar pushed a commit to branch 0.35 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 391be09aa3546903e87e0578f0e934283e062487 Author: Marcus <[email protected]> AuthorDate: Wed Oct 30 22:30:06 2019 -0700 fixing typo. (#8487) --- superset/examples/world_bank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/examples/world_bank.py b/superset/examples/world_bank.py index 699eb70..a9eac0b 100644 --- a/superset/examples/world_bank.py +++ b/superset/examples/world_bank.py @@ -327,7 +327,7 @@ def load_world_bank_health_n_pop(only_metadata=False, force=False): merge_slice(slc) print("Creating a World's Health Bank dashboard") - dash_name = "World's Bank Data" + dash_name = "World Bank's Data" slug = "world_health" dash = db.session.query(Dash).filter_by(slug=slug).first()
