[Python-checkins] cpython: Fix text duplication. Spotted by Nick Coghlan, thanks!

eric.araujo python-checkins at python.org
Sat Oct 22 01:45:04 CEST 2011


http://hg.python.org/cpython/rev/0e7720a2a053
changeset:   73049:0e7720a2a053
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Oct 22 01:44:36 2011 +0200
summary:
  Fix text duplication.  Spotted by Nick Coghlan, thanks!

files:
  Doc/library/packaging.compiler.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/packaging.compiler.rst b/Doc/library/packaging.compiler.rst
--- a/Doc/library/packaging.compiler.rst
+++ b/Doc/library/packaging.compiler.rst
@@ -677,5 +677,5 @@
    +------------------------+--------------------------------+---------------------------+
 
 To distribute extension modules that live in a package (e.g. ``package.ext``),
-you need to create you need to create a :file:`{package}/__init__.py` file to
-let Python recognize and import your module.
+you need to create a :file:`{package}/__init__.py` file to let Python recognize
+and import your module.

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


More information about the Python-checkins mailing list