diff options
| author | Matthias Kestenholz <mk@feinheit.ch> | 2024-03-28 17:45:04 +0100 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-03-28 13:45:55 -0300 |
| commit | 3264e88347c8f6acb126d2022fd273900eb77d7f (patch) | |
| tree | 65b74013652abb6b150e191c7d002953455417b2 | |
| parent | 345e3cf57f1e9bf870482cebf36b169d79ae63d2 (diff) | |
[5.0.x] Fixed typo in docs/topics/signals.txt.
Backport of 5f3cdf219de71021cc5b965695dbe0c881c0a4f1 from main
| -rw-r--r-- | docs/topics/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
