Skip to content

Commit 7ac40c6

Browse files
author
JeanRobin
committed
minor: clean docstring for rest run function.
1 parent f9b93a1 commit 7ac40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taipy/rest/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self, **kwargs):
4242
Start a REST API server. This method is blocking.
4343
4444
Arguments:
45-
**kwargs : Options to provide to the application server.
45+
**kwargs(dict[str, any]): Options to provide to the application server.
4646
"""
4747
rest_config = Config.rest
4848
kwargs.update(

0 commit comments

Comments
 (0)