summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-28 22:58:24 +0100
committerGeorg Brandl <georg@python.org>2014-10-28 22:58:24 +0100
commitb6f3a9f431bab6c4d098873aabf2ffa4f1d89661 (patch)
tree790e86a68ac8c022aebe29456305229de7759063
parent2ef08d4deb74a0e0a2e08e3a2d755b20f829fec1 (diff)
downloadcpython-b6f3a9f431bab6c4d098873aabf2ffa4f1d89661.tar.gz
Fix module name.
-rw-r--r--Doc/library/concurrent.futures.rst2
1 files changed, 2 insertions, 0 deletions
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