Browse Source

[5.0.x] Fixed typo in docs/topics/signals.txt.

Backport of 5f3cdf219de71021cc5b965695dbe0c881c0a4f1 from main
Matthias Kestenholz 1 year ago
parent
commit
3264e88347
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/signals.txt

+ 1 - 1
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):