From: Berker Peksag Date: Sun, 12 Jun 2016 09:25:43 +0000 (+0300) Subject: Use exc role for ValueError in multiprocessing.rst X-Git-Tag: v3.6.0a2~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00eaa8a53b72d511ba50dbeec739d46b0ce187fd;p=python Use exc role for ValueError in multiprocessing.rst --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 216a0921ca..d20098ffa7 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1010,7 +1010,7 @@ Connection objects are usually created using :func:`Pipe` -- see also 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()