Skip to content

Commit ab843bf

Browse files
authored
Fix a sentence (minor change) #3970
2 parents d58fb55 + ff503e7 commit ab843bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deprecated/zip_safe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ How the ``zip_safe`` flag was used?
3535
To set this flag, a developer would pass a boolean value for the ``zip_safe`` argument to the
3636
``setup()`` function, or omit it. When omitted, the ``bdist_egg``
3737
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.
38+
conditions preventing the project from working in a zipfile.
3939

4040
This was extremely conservative: ``bdist_egg`` would consider the
4141
project unsafe if it contained any C extensions or datafiles whatsoever. This

0 commit comments

Comments
 (0)