Skip to content

Commit 47fa2c8

Browse files
Gallery example "Quoted lines": Fix typo (#3539)
1 parent d1ab97c commit 47fa2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/lines/quoted_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# For curved labels following the line, append ``"+v"`` to the argument passed
7777
# to the ``style`` parameter.
7878

79-
# Generate sinus curve
79+
# Generate sine curve
8080
x = np.arange(0, 10 * np.pi, 0.1)
8181
y = np.sin(0.8 * x)
8282

0 commit comments

Comments
 (0)