[Python-checkins] cpython (2.7): Issue #21726: Remove unnecessary and contextually wrong line.

terry.reedy python-checkins at python.org
Fri Jun 13 20:58:36 CEST 2014


http://hg.python.org/cpython/rev/cd08e366d619
changeset:   91162:cd08e366d619
branch:      2.7
parent:      91143:55fed3eae14b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jun 13 14:57:44 2014 -0400
summary:
  Issue #21726: Remove unnecessary and contextually wrong line.

files:
  Doc/distutils/examples.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
--- a/Doc/distutils/examples.rst
+++ b/Doc/distutils/examples.rst
@@ -193,9 +193,6 @@
          packages=['foobar', 'foobar.subfoo'],
          )
 
-(Again, the empty string in :option:`package_dir` stands for the current
-directory.)
-
 
 .. _single-ext:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list