]> granicus.if.org Git - python/commitdiff
Use exc role for ValueError in multiprocessing.rst
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 09:25:43 +0000 (12:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 09:25:43 +0000 (12:25 +0300)
Doc/library/multiprocessing.rst

index 216a0921ca0f8e15c50792f907c0b38132aecc94..d20098ffa7c2e1da56e1550772d01c2ad4a8edc9 100644 (file)
@@ -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()