Use exc role for ValueError in multiprocessing.rst

This commit is contained in:
Berker Peksag 2016-06-12 12:25:43 +03:00
parent 0b19e1e72c
commit 00eaa8a53b
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
using :meth:`recv`. using :meth:`recv`.
The object must be picklable. Very large pickles (approximately 32 MB+, 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() .. method:: recv()