From 660efecbf0317a1a8a8781d53ea3d2eed182a4ea Mon Sep 17 00:00:00 2001 From: Takahiro Suzuki Date: Mon, 30 Aug 2021 13:40:25 +0900 Subject: [PATCH] Fix typo in gapminder-example.md Add a single quote. --- doc/unconverted/python/gapminder-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unconverted/python/gapminder-example.md b/doc/unconverted/python/gapminder-example.md index ef59e82ae4a..427ac4732e8 100644 --- a/doc/unconverted/python/gapminder-example.md +++ b/doc/unconverted/python/gapminder-example.md @@ -118,7 +118,7 @@ figure['layout']['plot_bgcolor'] = 'rgb(223, 232, 243)' For the slider to appear, we need to adda `sliders` dictionary to `layout`. The `sliders` dictionary is set in the following way: ``` -figure['layout']['sliders] = { +figure['layout']['sliders'] = { 'active': 0, 'yanchor': 'top', 'xanchor': 'left',