summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 5a2696993c..1f3e274141 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -1058,7 +1058,7 @@ Methods
.. method:: HttpResponse.close()
This method is called at the end of the request directly by the WSGI
- server.
+ or ASGI server.
.. method:: HttpResponse.write(content)