summaryrefslogtreecommitdiff
path: root/Doc/library/distutils.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-17 12:29:12 +0000
committerGeorg Brandl <georg@python.org>2009-05-17 12:29:12 +0000
commit71515ca191f32651c923c70e891632b4ac820b4f (patch)
treed6694e4aabe615b76ca113374bf35cd817fca330 /Doc/library/distutils.rst
parentef0a865f9c906a1298c43a453b2195d86befd6a4 (diff)
downloadcpython-git-71515ca191f32651c923c70e891632b4ac820b4f.tar.gz
Remove surplus empty lines and convert more files to new optional arg style.
Diffstat (limited to 'Doc/library/distutils.rst')
-rw-r--r--Doc/library/distutils.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst
index 534faab407..238b79dac2 100644
--- a/Doc/library/distutils.rst
+++ b/Doc/library/distutils.rst
@@ -1,10 +1,9 @@
-
:mod:`distutils` --- Building and installing Python modules
===========================================================
.. module:: distutils
- :synopsis: Support for building and installing Python modules into an existing Python
- installation.
+ :synopsis: Support for building and installing Python modules into an
+ existing Python installation.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
@@ -19,12 +18,12 @@ This package is discussed in two separate chapters:
.. seealso::
:ref:`distutils-index`
- The manual for developers and packagers of Python modules. This describes how
- to prepare :mod:`distutils`\ -based packages so that they may be easily
- installed into an existing Python installation.
+ The manual for developers and packagers of Python modules. This describes
+ how to prepare :mod:`distutils`\ -based packages so that they may be
+ easily installed into an existing Python installation.
:ref:`install-index`
- An "administrators" manual which includes information on installing modules into
- an existing Python installation. You do not need to be a Python programmer to
- read this manual.
+ An "administrators" manual which includes information on installing
+ modules into an existing Python installation. You do not need to be a
+ Python programmer to read this manual.