From f702b50b6ac6cb2e1e0e848a629a623f323c9de2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jun 2023 19:38:33 +0200 Subject: Merging upstream version 2.1.2~dev0+20230529. Signed-off-by: Daniel Baumann --- deluge/decorators.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deluge/decorators.py') diff --git a/deluge/decorators.py b/deluge/decorators.py index 2f9fcd7..92e3ecf 100644 --- a/deluge/decorators.py +++ b/deluge/decorators.py @@ -166,7 +166,8 @@ def deprecated(func): class CoroutineDeferred(defer.Deferred): """Wraps a coroutine in a Deferred. - It will dynamically pass through the underlying coroutine without wrapping where apporpriate.""" + It will dynamically pass through the underlying coroutine without wrapping where apporpriate. + """ def __init__(self, coro: Coroutine): # Delay this import to make sure a reactor was installed first -- cgit v1.2.3