#3730: mention "server" attribute explicitly.
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst
index c922d2f..64446f4 100644
--- a/Doc/library/basehttpserver.rst
+++ b/Doc/library/basehttpserver.rst
@@ -68,6 +68,11 @@
       address.
 
 
+   .. attribute:: server
+
+      Contains the server instance.
+
+
    .. attribute:: command
 
       Contains the command (request type). For example, ``'GET'``.