mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🔧 Add missing space
This commit is contained in:
parent
f7e948e778
commit
3b5ac09386
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ def teleporter(__config__: Type[pydantic.BaseConfig] = TeleporterConfig,
|
|||
using a :mod:`pydantic` model.
|
||||
|
||||
.. warning:: By using this, the function will stop accepting positional arguments, and will only accept
|
||||
keyword arguments.
|
||||
keyword arguments.
|
||||
|
||||
:param __config__: The config the pydantic model should use.
|
||||
:param is_async: Whether the decorated function is async or not.
|
||||
|
|
Loading…
Reference in a new issue