Skip to content

Commit

Permalink
docs: fix typo in panel.io.server docstring (#7405)
Browse files Browse the repository at this point in the history
Replaced `panel` with `panels`
  • Loading branch information
haojungc authored Oct 16, 2024
1 parent ced01e4 commit 0bb5cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/io/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bb5cd3

Please sign in to comment.