From 80d1e0ec381952963364e5d3582269e412516f69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 14 Aug 2010 23:51:39 +0000 Subject: [PATCH] Merged revisions 84050 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line Fix typo ........ --- Doc/distutils/sourcedist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 739964e7fb17..9287d8cb73bf 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 -- 2.47.3