summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/http.server.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index fb5c1df..b29020b 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -105,7 +105,8 @@ of which this module provides three different variants:
Contains the output stream for writing a response back to the
client. Proper adherence to the HTTP protocol must be used when writing to
- this stream.
+ this stream in order to achieve successful interoperation with HTTP
+ clients.
.. versionchanged:: 3.6
This is an :class:`io.BufferedIOBase` stream.