mirror of
https://github.com/django/django.git
synced 2025-06-06 12:09:11 +00:00
Fixed typo in docs/topics/signals.txt.
This commit is contained in:
parent
944745afe2
commit
5f3cdf219d
@ -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
|
The tracebacks are present on the ``__traceback__`` attribute of the errors
|
||||||
returned when calling ``send_robust()``.
|
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::
|
awaited::
|
||||||
|
|
||||||
async def asend_pizza(self, toppings, size):
|
async def asend_pizza(self, toppings, size):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user