Typo fix
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 9ac85a4..fcc2b5c 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1084,7 +1084,7 @@
 
       Start a subprocess to start the manager.
 
-   .. method:: server_forever()
+   .. method:: serve_forever()
 
       Run the server in the current process.