Skip to content

Commit c3f9aa3

Browse files
authored
Fix typo in comment about data visualization
1 parent 96c26e5 commit c3f9aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/python/demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# put "x" in the Debug Visualizer and use step by step
5-
# debugging to see the diffrent types of data visualization
5+
# debugging to see the different types of data visualization
66

77

88
x = 5
@@ -120,4 +120,4 @@
120120
],
121121
"layout": {"xaxis": {"anchor": "y", "domain": [0.0, 1.0]}, "yaxis": {"anchor": "x", "domain": [0.75, 1.0]}},
122122
}
123-
pass
123+
pass

0 commit comments

Comments
 (0)