Skip to content

Commit e01e53e

Browse files
haojungcahuang11
authored andcommitted
docs: fix typo in panel.io.server docstring (#7405)
Replaced `panel` with `panels`
1 parent 2b981da commit e01e53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/io/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def serve(
703703
704704
Arguments
705705
---------
706-
panel: Viewable, function or {str: Viewable or function}
706+
panels: Viewable, function or {str: Viewable or function}
707707
A Panel object, a function returning a Panel object or a
708708
dictionary mapping from the URL slug to either.
709709
port: int (optional, default=0)

0 commit comments

Comments
 (0)