]> granicus.if.org Git - python/commitdiff
Issue #21726: Remove unnecessary and contextually wrong line.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 13 Jun 2014 18:57:44 +0000 (14:57 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 13 Jun 2014 18:57:44 +0000 (14:57 -0400)
Doc/distutils/examples.rst

index b495928657837649768e1de1a350b606d72980bd..3c6c7bccd3ccdfab1e3c47cf99af3bce75decc83 100644 (file)
@@ -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: