[Python-checkins] cpython (3.4): Fix module name.
georg.brandl
python-checkins at python.org
Tue Oct 28 22:58:40 CET 2014
https://hg.python.org/cpython/rev/f5691740ec85
changeset: 93208:f5691740ec85
branch: 3.4
parent: 93206:05e8b25379a3
user: Georg Brandl <georg at python.org>
date: Tue Oct 28 22:58:24 2014 +0100
summary:
Fix module name.
files:
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
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -391,6 +391,8 @@
Exception classes
-----------------
+.. currentmodule:: concurrent.futures.process
+
.. exception:: BrokenProcessPool
Derived from :exc:`RuntimeError`, this exception class is raised when
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list