summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
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: