Issue #25161: Add full stops in documentation; patch by Takase Arihiro
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 109ffae..2c765f5 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1705,7 +1705,7 @@
       raised by :meth:`_callmethod`.
 
       Note in particular that an exception will be raised if *methodname* has
-      not been *exposed*
+      not been *exposed*.
 
       An example of the usage of :meth:`_callmethod`: