Skip to content

Commit fd655c2

Browse files
fix cap
Co-authored-by: Liam Connors <connorsl@tcd.ie>
1 parent 9b057ee commit fd655c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/dropdowns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ import collections
459459
# Load the gapminder dataset
460460
df = px.data.gapminder()
461461

462-
#create a dictionary with Plotly figures as values
462+
# Create a dictionary with Plotly figures as values
463463
fig_dict = {}
464464

465465
# we need to fill that dictionary with figures. this example assumes that each figure has a title and that

0 commit comments

Comments
 (0)