Commit 00eaa8a5 authored by Berker Peksag's avatar Berker Peksag

Use exc role for ValueError in multiprocessing.rst

parent 0b19e1e7
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment