From 946b72e26676f167f03f2fbada5dabd4df88b42d Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 14 Mar 2023 11:28:09 +0100 Subject: [PATCH] typo --- tests/test_plotdesc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotdesc.py b/tests/test_plotdesc.py index 8c811e0..06fd68c 100644 --- a/tests/test_plotdesc.py +++ b/tests/test_plotdesc.py @@ -17,7 +17,7 @@ from grum.theme import pg_plot_style ("plot_name", None, None, None, [], []), ], ) -def test_plot_derscription_init( +def test_plot_description_init( plot_name, plot_title, plot_xlabel, plot_ylabel, xs, ys ): if plot_title: