diff options
Diffstat (limited to 'Doc/library/distutils.rst')
-rw-r--r-- | Doc/library/distutils.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst index 12ad8c0b7b..62abc85ac3 100644 --- a/Doc/library/distutils.rst +++ b/Doc/library/distutils.rst @@ -4,8 +4,10 @@ .. module:: distutils :synopsis: Support for building and installing Python modules into an existing Python installation. + .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> +-------------- The :mod:`distutils` package provides support for building and installing additional modules into a Python installation. The new modules may be either |