Skip to content

Commit 4117723

Browse files
author
James Boulton
committed
spelling
1 parent 99913f4 commit 4117723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documents/Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Each line can be independently added, deleted or changed by the IoT device. Mult
332332
```python
333333
import dashio
334334
chart = dashio.Chart("chart1", "Chart")
335-
cl_line = dashio.ChartLine("Randon Data", dashio.ChartLineType.LINE, color=dashio.Color.BLUE)
335+
cl_line = dashio.ChartLine("Random Data", dashio.ChartLineType.LINE, color=dashio.Color.BLUE)
336336
data = np.random.normal(0, 20, 100)
337337
cl_line.data = data.tolist()
338338
chart.add_line("line_1", cl_line)

0 commit comments

Comments
 (0)