From 3b5ac09386edd5077cedb805d74dfca14236e24a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 10 Dec 2020 16:17:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20missing=20space?= 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 81895654..7f36ba00 100644 --- a/royalnet/engineer/teleporter.py +++ b/royalnet/engineer/teleporter.py @@ -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.