Skip to content

Commit 0850f3a

Browse files
authored
Merge pull request #3363 from suttang/patch-1
Fix typo in gapminder-example.md
2 parents 93fcdb2 + 72dad4d commit 0850f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/unconverted/python/gapminder-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ figure['layout']['plot_bgcolor'] = 'rgb(223, 232, 243)'
118118
For the slider to appear, we need to adda `sliders` dictionary to `layout`. The `sliders` dictionary is set in the following way:
119119

120120
```
121-
figure['layout']['sliders] = {
121+
figure['layout']['sliders'] = {
122122
'active': 0,
123123
'yanchor': 'top',
124124
'xanchor': 'left',

0 commit comments

Comments
 (0)