summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-12 12:25:43 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-06-12 12:25:43 +0300
commit00eaa8a53b72d511ba50dbeec739d46b0ce187fd (patch)
treeb99c7f084554959f6fadad4b9d502ad1fb01c07c
parent0b19e1e72cd4c76946cece13cf194ac50ccf8487 (diff)
downloadcpython-git-00eaa8a53b72d511ba50dbeec739d46b0ce187fd.tar.gz
Use exc role for ValueError in multiprocessing.rst
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
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()