summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:57:51 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:57:51 (GMT)
commit6926e3e835d83634379b33e92bc8bdf46f3005f2 (patch)
tree340d2e7b3f2e5a9221c34aced4392b0d38377135 /Doc/distutils
parent9422df0924e79445ad6fa7e89e02513932112276 (diff)
downloadcpython-6926e3e835d83634379b33e92bc8bdf46f3005f2.zip
cpython-6926e3e835d83634379b33e92bc8bdf46f3005f2.tar.gz
cpython-6926e3e835d83634379b33e92bc8bdf46f3005f2.tar.bz2
Issue #21726: Remove unnecessary and contextually wrong line.
Diffstat (limited to 'Doc/distutils')
-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 5eb654a..872ecd9 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: