From: Georg Brandl Date: Tue, 28 Oct 2014 21:58:24 +0000 (+0100) Subject: Fix module name. X-Git-Tag: v3.5.0a1~595^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce64cedff49e6ccd32098485aecf466f863890b9;p=python Fix module name. --- diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 0495737e8b..bd56696a1d 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -391,6 +391,8 @@ Module Functions Exception classes ----------------- +.. currentmodule:: concurrent.futures.process + .. exception:: BrokenProcessPool Derived from :exc:`RuntimeError`, this exception class is raised when