From 57e567ec43dfa2c103ee1f99bca8628da091c9db Mon Sep 17 00:00:00 2001 From: Martin Froehlich Date: Sun, 13 Apr 2014 19:46:54 +0000 Subject: Fix typo in formats.txt --HG-- extra : source : 32166eed1174dc565d903c81b9d99c292357aecc --- docs/formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formats.txt b/docs/formats.txt index ef28353e..36954bef 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -397,7 +397,7 @@ and how it works, as well as the `Zip File Issues`_ section below. These are zero-length files, and either one or the other should exist. If ``zip-safe`` exists, it means that the project will work properly -when installedas an ``.egg`` zipfile, and conversely the existence of +when installed as an ``.egg`` zipfile, and conversely the existence of ``not-zip-safe`` means the project should not be installed as an ``.egg`` file. The ``zip_safe`` option to setuptools' ``setup()`` determines which file will be written. If the option isn't provided, -- cgit v1.2.3