diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index d16b80814ba..54873ae3048 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -545,7 +545,7 @@ statement. .. attribute:: HTTPResponse.closed - Is True if the stream is closed. + Is True if the stream is closed. Examples --------