Merge from 3.5

This commit is contained in:
Berker Peksag 2016-06-12 12:26:08 +03:00
commit 89f27e5888
1 changed files with 1 additions and 1 deletions

View File

@ -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()