From: Terry Jan Reedy Date: Fri, 13 Jun 2014 18:57:51 +0000 (-0400) Subject: Issue #21726: Remove unnecessary and contextually wrong line. X-Git-Tag: v3.4.2rc1~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6926e3e835d83634379b33e92bc8bdf46f3005f2;p=python Issue #21726: Remove unnecessary and contextually wrong line. --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 5eb654a529..872ecd9ff5 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: