summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-02-22 02:08:45 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-02-22 02:08:45 (GMT)
commitc7337b8b3a8fd2ed446d10b7fe5436314a0030b0 (patch)
tree10370d28b7945e396e176d346c7018b10913f460
parent2f6775617c11ba7f12454f1acd129bfca0557bc8 (diff)
downloadcpython-c7337b8b3a8fd2ed446d10b7fe5436314a0030b0.zip
cpython-c7337b8b3a8fd2ed446d10b7fe5436314a0030b0.tar.gz
cpython-c7337b8b3a8fd2ed446d10b7fe5436314a0030b0.tar.bz2
Re-word
-rw-r--r--Doc/distutils/sourcedist.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index 150d1e6..57e363b 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -54,9 +54,9 @@ Notes:
requires the :program:`compress` program. Notice that this format is now
pending for deprecation and will be removed in the future versions of Python.
-When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or ``tar``), you
-can specify under Unix the ``owner`` and ``group`` names that will be set for
-each member of the archive.
+When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
+``tar``) under Unix, you can specify the ``owner`` and ``group`` names
+that will be set for each member of the archive.
For example, if you want all files of the archive to be owned by root::