From df7b66546c0b59dc8421d48cb528e69b1c89e280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 22 Oct 2011 01:44:36 +0200 Subject: [PATCH] Fix text duplication. Spotted by Nick Coghlan, thanks! --- Doc/library/packaging.compiler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/packaging.compiler.rst b/Doc/library/packaging.compiler.rst index 89b6e45fde..10780d1a7f 100644 --- a/Doc/library/packaging.compiler.rst +++ b/Doc/library/packaging.compiler.rst @@ -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. -- 2.50.1