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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6926e3e835d83634379b33e92bc8bdf46f3005f2;p=thirdparty%2FPython%2Fcpython.git Issue #21726: Remove unnecessary and contextually wrong line. --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 5eb654a529a1..872ecd9ff5e8 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: