diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:44:13 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 23:44:13 (GMT) |
commit | a893927491ef3bc7a4c3c9aa548be7d8ff677c38 (patch) | |
tree | c3bdf0fb533c3544774ab82cbd50d591fcfaa677 /Doc/distutils | |
parent | 5202fadb2c3ceaa00fbdb8078ca462b9af0b0ea9 (diff) | |
download | cpython-a893927491ef3bc7a4c3c9aa548be7d8ff677c38.zip cpython-a893927491ef3bc7a4c3c9aa548be7d8ff677c38.tar.gz cpython-a893927491ef3bc7a4c3c9aa548be7d8ff677c38.tar.bz2 |
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 ea5b02c..2c2d995 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 |