summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 45d4bab418..6afb180389 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -867,8 +867,7 @@ Methods
.. method:: HttpResponse.close()
This method is called at the end of the request directly by the WSGI
- server, or when the WSGI server closes the file-like object, if
- `wsgi.file_wrapper`_ is used for the request.
+ server.
.. method:: HttpResponse.write(content)