From 925c6ad85be18eea450e05fa033b09d8c60e5543 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 13 Jun 2014 14:57:44 -0400 Subject: [PATCH] Issue #21726: Remove unnecessary and contextually wrong line. --- Doc/distutils/examples.rst | 3 --- 1 file changed, 3 deletions(-) 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: -- 2.50.1