Skip to content

Commit 2ca1f12

Browse files
authored
Typo in figurewidget-app (#117)
1 parent 3d4854f commit 2ca1f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/figurewidget-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ origin = widgets.Dropdown(
9898
)
9999

100100

101-
# Assign an emptry figure widget with two traces
101+
# Assign an empty figure widget with two traces
102102
trace1 = go.Histogram(x=df['arr_delay'], opacity=0.75, name='Arrival Delays')
103103
trace2 = go.Histogram(x=df['dep_delay'], opacity=0.75, name='Departure Delays')
104104
g = go.FigureWidget(data=[trace1, trace2],
@@ -165,4 +165,4 @@ widgets.VBox([container,
165165

166166
```python
167167
help(go.FigureWidget)
168-
```
168+
```

0 commit comments

Comments
 (0)