summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:58:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-13 18:58:09 (GMT)
commit82fa90c06f98c3143377c75f98f7d7b187d4c863 (patch)
tree33036251cd5c85a455b0217c541123178c3e1732 /Doc/distutils
parentb2df015b3d150276462808b7fd8c78dadd5eee66 (diff)
parent6926e3e835d83634379b33e92bc8bdf46f3005f2 (diff)
downloadcpython-82fa90c06f98c3143377c75f98f7d7b187d4c863.zip
cpython-82fa90c06f98c3143377c75f98f7d7b187d4c863.tar.gz
cpython-82fa90c06f98c3143377c75f98f7d7b187d4c863.tar.bz2
Merge with 3.4
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: