From 4ab4c1307a8506190914cc3087f471e6234d2b94 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Tue, 10 Oct 2023 16:51:54 +0200 Subject: [PATCH] Fix typo --- examples/tutorials/advanced/working_with_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/advanced/working_with_panel.py b/examples/tutorials/advanced/working_with_panel.py index 06e0659fc15..48c3f54a613 100644 --- a/examples/tutorials/advanced/working_with_panel.py +++ b/examples/tutorials/advanced/working_with_panel.py @@ -141,4 +141,4 @@ def view(central_lon): # Make an interactive dashboard pn.Column(slider_lon, view) -# sphinx_gallery_thumbnail_path = "_static/sphinx-gallery_panel_image.png" +# sphinx_gallery_thumbnail_path = "_static/sphinx_gallery_panel_image.png"