]> granicus.if.org Git - python/commitdiff
Fix text duplication. Spotted by Nick Coghlan, thanks!
authorÉric Araujo <merwok@netwok.org>
Fri, 21 Oct 2011 23:44:36 +0000 (01:44 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 21 Oct 2011 23:44:36 +0000 (01:44 +0200)
Doc/library/packaging.compiler.rst

index 89b6e45fdeb9ed892568fb71bcd95873a3b4ac3a..10780d1a7fc9aeb19c7046dbcd8f6463a850bd7d 100644 (file)
@@ -677,5 +677,5 @@ extension modules.
    +------------------------+--------------------------------+---------------------------+
 
 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.