From 682f9a8936a52a2ff7e6bf0095d8ef537b9d120d Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 16 Oct 2022 08:12:42 +0100 Subject: [PATCH] Correct the class name that hides the widget in the eg Also add some code markup to the class name, as this seems common elsewhere in the docs. --- docs/styles/display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/display.md b/docs/styles/display.md index 962838939..5462367d4 100644 --- a/docs/styles/display.md +++ b/docs/styles/display.md @@ -17,7 +17,7 @@ display: [none|block]; ## Example -Note that the second widget is hidden by adding the "hidden" class which sets the display style to None. +Note that the second widget is hidden by adding the `"remove"` class which sets the display style to None. === "display.py"