From ce64cedff49e6ccd32098485aecf466f863890b9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 28 Oct 2014 22:58:24 +0100 Subject: [PATCH] Fix module name. --- Doc/library/concurrent.futures.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 0495737e8b5..bd56696a1d6 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