diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-21 23:44:36 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-21 23:44:36 (GMT) |
commit | df7b66546c0b59dc8421d48cb528e69b1c89e280 (patch) | |
tree | baba330139d1f45800d3acc6faeadaa79468856e /Doc/library/packaging.compiler.rst | |
parent | f881751ded440ef7e2d50648b7d8291c83511cf1 (diff) | |
download | cpython-df7b66546c0b59dc8421d48cb528e69b1c89e280.zip cpython-df7b66546c0b59dc8421d48cb528e69b1c89e280.tar.gz cpython-df7b66546c0b59dc8421d48cb528e69b1c89e280.tar.bz2 |
Fix text duplication. Spotted by Nick Coghlan, thanks!
Diffstat (limited to 'Doc/library/packaging.compiler.rst')
-rw-r--r-- | 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 index 89b6e45..10780d1 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. |