mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Use exc role for ValueError in multiprocessing.rst
This commit is contained in:
parent
0b19e1e72c
commit
00eaa8a53b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue