diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 12:25:43 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 12:25:43 +0300 |
| commit | 00eaa8a53b72d511ba50dbeec739d46b0ce187fd (patch) | |
| tree | b99c7f084554959f6fadad4b9d502ad1fb01c07c /Doc | |
| parent | 0b19e1e72cd4c76946cece13cf194ac50ccf8487 (diff) | |
| download | cpython-git-00eaa8a53b72d511ba50dbeec739d46b0ce187fd.tar.gz | |
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 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() |
