1
Fork 0
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:
Steffo 2020-12-10 16:17:46 +01:00
parent f7e948e778
commit 3b5ac09386

View file

@ -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.