diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 09:25:43 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 09:25:43 (GMT) |
commit | 00eaa8a53b72d511ba50dbeec739d46b0ce187fd (patch) | |
tree | b99c7f084554959f6fadad4b9d502ad1fb01c07c /Doc | |
parent | 0b19e1e72cd4c76946cece13cf194ac50ccf8487 (diff) | |
download | cpython-00eaa8a53b72d511ba50dbeec739d46b0ce187fd.zip cpython-00eaa8a53b72d511ba50dbeec739d46b0ce187fd.tar.gz cpython-00eaa8a53b72d511ba50dbeec739d46b0ce187fd.tar.bz2 |
Use exc role for ValueError in multiprocessing.rst
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 216a092..d20098f 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() |