From 47fa2c84b242ed522421e91ca55be841a12cea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Sun, 20 Oct 2024 02:37:56 +0200 Subject: [PATCH] Gallery example "Quoted lines": Fix typo (#3539) --- examples/gallery/lines/quoted_lines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/lines/quoted_lines.py b/examples/gallery/lines/quoted_lines.py index 0bde6f8bf90..9e70ec15c4a 100644 --- a/examples/gallery/lines/quoted_lines.py +++ b/examples/gallery/lines/quoted_lines.py @@ -76,7 +76,7 @@ # For curved labels following the line, append ``"+v"`` to the argument passed # to the ``style`` parameter. -# Generate sinus curve +# Generate sine curve x = np.arange(0, 10 * np.pi, 0.1) y = np.sin(0.8 * x)