mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed spelling of 'receive' in a bunch of places
This commit is contained in:
parent
4adca0d850
commit
a679d0de87
4 changed files with 7 additions and 7 deletions
|
|
@ -149,7 +149,7 @@ Create a ``Response`` object and then use ``await response.asgi_send(send)``, pa
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
async def require_authorization(scope, recieve, send):
|
||||
async def require_authorization(scope, receive, send):
|
||||
response = Response.text(
|
||||
"401 Authorization Required",
|
||||
headers={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue