diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 21:58:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 21:58:24 (GMT) |
commit | ce64cedff49e6ccd32098485aecf466f863890b9 (patch) | |
tree | 98f61d77cd297996b04a0d19f0cd9b3bfd167a19 /Doc | |
parent | 946faa39e37f51f3461b6ed2b9ce1e19cb258382 (diff) | |
download | cpython-ce64cedff49e6ccd32098485aecf466f863890b9.zip cpython-ce64cedff49e6ccd32098485aecf466f863890b9.tar.gz cpython-ce64cedff49e6ccd32098485aecf466f863890b9.tar.bz2 |
Fix module name.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/concurrent.futures.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 0495737..bd56696 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 |