We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58fb55 + ff503e7 commit ab843bfCopy full SHA for ab843bf
docs/deprecated/zip_safe.rst
@@ -35,7 +35,7 @@ How the ``zip_safe`` flag was used?
35
To set this flag, a developer would pass a boolean value for the ``zip_safe`` argument to the
36
``setup()`` function, or omit it. When omitted, the ``bdist_egg``
37
command would analyze the project's contents to see if it could detect any
38
-conditions that preventing the project from working in a zipfile.
+conditions preventing the project from working in a zipfile.
39
40
This was extremely conservative: ``bdist_egg`` would consider the
41
project unsafe if it contained any C extensions or datafiles whatsoever. This
0 commit comments