summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:57:44 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:57:44 (GMT)
commit925c6ad85be18eea450e05fa033b09d8c60e5543 (patch)
tree25c57cea85ef1ec5efe1cc8f3d74a38db8fd1246
parentba301dee326808a692e932057326f366ecaee8cd (diff)
downloadcpython-925c6ad85be18eea450e05fa033b09d8c60e5543.zip
cpython-925c6ad85be18eea450e05fa033b09d8c60e5543.tar.gz
cpython-925c6ad85be18eea450e05fa033b09d8c60e5543.tar.bz2
Issue #21726: Remove unnecessary and contextually wrong line.
-rw-r--r--Doc/distutils/examples.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
index b495928..3c6c7bc 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: