summaryrefslogtreecommitdiff
path: root/docs/deprecated/zip_safe.rst
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 21:02:29 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 21:05:08 +0100
commit71d9566c22710b57c9564c0cd6332f9be71b4e83 (patch)
tree2234639d2c5d8008a3605cdc1222a6548a98bac1 /docs/deprecated/zip_safe.rst
parent59ee4980a0f49ea610e26a1aca104334ae03d140 (diff)
downloadpython-setuptools-git-71d9566c22710b57c9564c0cd6332f9be71b4e83.tar.gz
Get rid of trailing spaces, mainly in docs
Diffstat (limited to 'docs/deprecated/zip_safe.rst')
-rw-r--r--docs/deprecated/zip_safe.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/zip_safe.rst b/docs/deprecated/zip_safe.rst
index 08a13334..26b45662 100644
--- a/docs/deprecated/zip_safe.rst
+++ b/docs/deprecated/zip_safe.rst
@@ -62,7 +62,7 @@ Currently, popular Python package installers (such as :pypi:`pip`) and package
indexes (such as PyPI_) consider that distribution packages are always
installed as a directory.
It is however still possible to load packages from zip files added to
-:obj:`sys.path`, thanks to the :mod:`zipimport` module
+:obj:`sys.path`, thanks to the :mod:`zipimport` module
and the :mod:`importlib` machinery provided by Python standard library.
When working with modules loaded from a zip file, it is important to keep in