From: Terry Jan Reedy Date: Fri, 13 Jun 2014 18:57:44 +0000 (-0400) Subject: Issue #21726: Remove unnecessary and contextually wrong line. X-Git-Tag: v2.7.8~37^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=925c6ad85be18eea450e05fa033b09d8c60e5543;p=python Issue #21726: Remove unnecessary and contextually wrong line. --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index b495928657..3c6c7bccd3 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -193,9 +193,6 @@ then the corresponding setup script would be :: packages=['foobar', 'foobar.subfoo'], ) -(Again, the empty string in :option:`package_dir` stands for the current -directory.) - .. _single-ext: