From 5f3cdf219de71021cc5b965695dbe0c881c0a4f1 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Thu, 28 Mar 2024 17:45:04 +0100 Subject: [PATCH] Fixed typo in docs/topics/signals.txt. --- docs/topics/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/signals.txt b/docs/topics/signals.txt index 6a577dd8ad..ea6989ed90 100644 --- a/docs/topics/signals.txt +++ b/docs/topics/signals.txt @@ -307,7 +307,7 @@ error instance is returned in the tuple pair for the receiver that raised the er The tracebacks are present on the ``__traceback__`` attribute of the errors returned when calling ``send_robust()``. -``asend()`` is similar as ``send()``, but it is coroutine that must be +``asend()`` is similar to ``send()``, but it is a coroutine that must be awaited:: async def asend_pizza(self, toppings, size):