]> 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:51 +0000 (14:57 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 13 Jun 2014 18:57:51 +0000 (14:57 -0400)
Doc/distutils/examples.rst

index 5eb654a529a191a2b2645d1bfa2353a7a52ea389..872ecd9ff5e8ce49b4c117d88c5a1cb4cd4f3e51 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: