Skip to content

Commit

Permalink
fix: wrong docs (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Feb 5, 2024
1 parent 27b701b commit 899a669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solara/website/pages/api/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@

from . import NoPage

title = "task"
title = "Task"
Page = NoPage
__doc__ += apidoc(solara.lab.task) # type: ignore
4 changes: 2 additions & 2 deletions solara/website/pages/api/use_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

from . import NoPage

title = "task"
title = "use_task"
Page = NoPage
__doc__ += apidoc(solara.lab.task) # type: ignore
__doc__ += apidoc(solara.lab.use_task) # type: ignore

0 comments on commit 899a669

Please sign in to comment.