diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-13 18:58:09 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-06-13 18:58:09 (GMT) |
commit | 82fa90c06f98c3143377c75f98f7d7b187d4c863 (patch) | |
tree | 33036251cd5c85a455b0217c541123178c3e1732 /Doc/distutils | |
parent | b2df015b3d150276462808b7fd8c78dadd5eee66 (diff) | |
parent | 6926e3e835d83634379b33e92bc8bdf46f3005f2 (diff) | |
download | cpython-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.rst | 3 |
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: |