socketserver renaming reversal part 3: move the module into the right
place and fix all references to it.  Closes #2926.
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index d05120e..e5a8167 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -481,7 +481,7 @@
 
 .. seealso::
 
-   Module :mod:`socketserver`
+   Module :mod:`SocketServer`
       Classes that simplify writing network servers.