Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00eaa8a

Browse files
committed
Use exc role for ValueError in multiprocessing.rst
1 parent 0b19e1e commit 00eaa8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
10101010
using :meth:`recv`.
10111011

10121012
The object must be picklable. Very large pickles (approximately 32 MB+,
1013-
though it depends on the OS) may raise a ValueError exception.
1013+
though it depends on the OS) may raise a :exc:`ValueError` exception.
10141014

10151015
.. method:: recv()
10161016

0 commit comments

Comments
 (0)