From 00eaa8a53b72d511ba50dbeec739d46b0ce187fd Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 12 Jun 2016 12:25:43 +0300 Subject: [PATCH] Use exc role for ValueError in multiprocessing.rst --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 216a0921ca0..d20098ffa7c 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()