From: Andrew M. Kuchling Date: Mon, 22 Feb 2010 02:08:45 +0000 (+0000) Subject: Re-word X-Git-Tag: v2.7a4~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7337b8b3a8fd2ed446d10b7fe5436314a0030b0;p=python Re-word --- diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 150d1e600c..57e363be2f 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::