From f7e948e77815e77af4a6a823df76fa65c824f7f6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 10 Dec 2020 00:54:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20missing=20space=20in=20doc?= =?UTF-8?q?string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet/engineer/teleporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/engineer/teleporter.py b/royalnet/engineer/teleporter.py index bd619425..81895654 100644 --- a/royalnet/engineer/teleporter.py +++ b/royalnet/engineer/teleporter.py @@ -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.