Whitespace nit fixed using reident.
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index d16b808..54873ae 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -545,7 +545,7 @@
 
 .. attribute:: HTTPResponse.closed
 
-   Is True if the stream is closed. 
+   Is True if the stream is closed.
 
 Examples
 --------