summaryrefslogtreecommitdiff
path: root/docs/deprecated/zip_safe.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-06-13 09:04:51 +0100
committerGitHub <noreply@github.com>2022-06-13 09:04:51 +0100
commit1e8cf37631e5c19b941011cff33f3b3e9b1e8029 (patch)
treea17782819c5e78bf50bb55b1607ce87374113b46 /docs/deprecated/zip_safe.rst
parent4e9780ff399636a541b0e39b89110f684b7ac2b9 (diff)
downloadpython-setuptools-git-1e8cf37631e5c19b941011cff33f3b3e9b1e8029.tar.gz
Apply suggestions from code review
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 1b299b3c..08a13334 100644
--- a/docs/deprecated/zip_safe.rst
+++ b/docs/deprecated/zip_safe.rst
@@ -24,7 +24,7 @@ Not all packages, however, are capable of running in compressed form, because
they may expect to be able to access either source code or data files as
normal operating system files.
-In the past, ``setuptools`` would install an project distributed
+In the past, ``setuptools`` would install a project distributed
as a zipfile or a directory (via the ``easy_install`` command or
``python setup.py install``),
the default choice being determined by the project's ``zip_safe`` flag.