diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 12:26:08 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 12:26:08 +0300 |
commit | 89f27e5888af782ed70d5a4040545872cdd093a7 (patch) | |
tree | 588afc8299ce01e0acf7d52512f71478faa7e89a | |
parent | db287b5ca7f5010baacd6c49d9733e1aef0de752 (diff) | |
parent | 00eaa8a53b72d511ba50dbeec739d46b0ce187fd (diff) | |
download | cpython-git-89f27e5888af782ed70d5a4040545872cdd093a7.tar.gz |
Merge from 3.5
-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 8815217d3e..f886ecb4dd 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1016,7 +1016,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() |