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:
parent
9ced55e73c
commit
f7e948e778
1 changed files with 1 additions and 1 deletions
|
@ -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
|
A factory that returns a decorator which validates a function's passed arguments and its returned value
|
||||||
using a :mod:`pydantic` model.
|
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.
|
keyword arguments.
|
||||||
|
|
||||||
:param __config__: The config the pydantic model should use.
|
:param __config__: The config the pydantic model should use.
|
||||||
|
|
Loading…
Reference in a new issue