1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

🔧 Fix missing space in docstring

This commit is contained in:
Steffo 2020-12-10 00:54:19 +01:00
parent 9ced55e73c
commit f7e948e778

View file

@ -137,7 +137,7 @@ def teleporter(__config__: Type[pydantic.BaseConfig] = TeleporterConfig,
A factory that returns a decorator which validates a function's passed arguments and its returned value
using a :mod:`pydantic` model.
.. warning:: By using this, the function will stop accepting positional arguments, and will only accept
.. warning:: By using this, the function will stop accepting positional arguments, and will only accept
keyword arguments.
:param __config__: The config the pydantic model should use.