From c05195c0450cf0fa883cd208c39290780539e5df Mon Sep 17 00:00:00 2001 From: cnelir98 <116728879+cnelir98@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:44:08 +0200 Subject: [PATCH] DOCS Update display.md (#1375) --- docs/reference/API/display.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/API/display.md b/docs/reference/API/display.md index cae35ba2..0f8e4237 100644 --- a/docs/reference/API/display.md +++ b/docs/reference/API/display.md @@ -45,8 +45,7 @@ To write compliant code, make sure to specify the target using the `target` para ```html def display_hello(): - # this fails because we don't have any implicit target - # from event handlers + # this works because we give an explicit target display('hello', target="helloDiv")