From dc3101d66fed96d82600447f006e1cdb0a1c8e1d Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Wed, 22 May 2024 18:15:32 +0200 Subject: [PATCH] Update pn_panel.md (#6860) There is a mention of 'dice' in this tutorial, which uses wind turbines as an example. Replaced 'dice' with 'wind turbine'. --- doc/tutorials/basic/pn_panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/basic/pn_panel.md b/doc/tutorials/basic/pn_panel.md index f8a34a7e98..0eaf96d22f 100644 --- a/doc/tutorials/basic/pn_panel.md +++ b/doc/tutorials/basic/pn_panel.md @@ -318,7 +318,7 @@ print(component) component.servable() ``` -Please notice that the image of the dice is very tall. To fine-tune the way it is displayed, we can use `pn.panel` with arguments. +Please notice that the image of the wind turbine is quite large. To fine-tune the way it is displayed, we can use `pn.panel` with arguments. Run the code below: