From 0bb5cd3b5d6ac9c655ed98a17aa652cc3014073c Mon Sep 17 00:00:00 2001 From: Nick Chen Date: Wed, 16 Oct 2024 07:52:45 -0600 Subject: [PATCH] docs: fix typo in panel.io.server docstring (#7405) Replaced `panel` with `panels` --- panel/io/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/io/server.py b/panel/io/server.py index 6165b9f4dc..1aadb42285 100644 --- a/panel/io/server.py +++ b/panel/io/server.py @@ -703,7 +703,7 @@ def serve( Arguments --------- - panel: Viewable, function or {str: Viewable or function} + panels: Viewable, function or {str: Viewable or function} A Panel object, a function returning a Panel object or a dictionary mapping from the URL slug to either. port: int (optional, default=0)