diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:49:42 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:49:42 (GMT) |
commit | eb603e0de1875b7597c731a22d293398a812ee42 (patch) | |
tree | 77a9fb21a10802d8a504c1d828318d1835a6f42d /Doc/distutils | |
parent | 99e472e84dbec06b54c1e72fe04abd510c847e03 (diff) | |
download | cpython-eb603e0de1875b7597c731a22d293398a812ee42.zip cpython-eb603e0de1875b7597c731a22d293398a812ee42.tar.gz cpython-eb603e0de1875b7597c731a22d293398a812ee42.tar.bz2 |
Merged revisions 84050 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line
Fix typo
........
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/sourcedist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 6d09fdb..c2b4efe 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -104,7 +104,7 @@ per line, regular files (or symlinks to them) only. If you do supply your own described above does not apply in this case. .. versionadded:: 3.1 - :file:`MANIFEST` files start with a comment indicated they are generated. + :file:`MANIFEST` files start with a comment indicating they are generated. Files without this comment are not overwritten or removed. The manifest template has one command per line, where each command specifies a |