diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:51:39 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:51:39 (GMT) |
commit | 80d1e0ec381952963364e5d3582269e412516f69 (patch) | |
tree | bc4767125bd46b9c661a32e798ceee8f7909e6f6 /Doc/distutils | |
parent | cde3984fe67c3bbef50f04db733d6b09d00f5c13 (diff) | |
download | cpython-80d1e0ec381952963364e5d3582269e412516f69.zip cpython-80d1e0ec381952963364e5d3582269e412516f69.tar.gz cpython-80d1e0ec381952963364e5d3582269e412516f69.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 739964e..9287d8c 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -163,7 +163,7 @@ Principle --------- .. versionadded:: 2.7 - :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 |