diff options
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r-- | Doc/library/python.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index c2c231af7c3..c5c762e11b9 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst @@ -27,3 +27,8 @@ overview: inspect.rst annotationlib.rst site.rst + +.. seealso:: + + * See the :mod:`concurrent.interpreters` module, which similarly + exposes core runtime functionality. |