[Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5

berker.peksag python-checkins at python.org
Sun Jun 12 05:25:56 EDT 2016


https://hg.python.org/cpython/rev/e845965453a1
changeset:   101937:e845965453a1
parent:      101935:5b9d8b5b1139
parent:      101936:09b4850cee9f
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Jun 12 12:26:08 2016 +0300
summary:
  Merge from 3.5

files:
  Doc/library/multiprocessing.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1016,7 +1016,7 @@
       using :meth:`recv`.
 
       The object must be picklable.  Very large pickles (approximately 32 MB+,
-      though it depends on the OS) may raise a ValueError exception.
+      though it depends on the OS) may raise a :exc:`ValueError` exception.
 
    .. method:: recv()
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list