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',