From 38559b80a22216c2304a5863b7f1e47d7b3ff633 Mon Sep 17 00:00:00 2001 From: Nick Chen Date: Tue, 15 Oct 2024 22:33:09 -0600 Subject: [PATCH] docs: fix typo in panel.io.server docstring 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)