From 2b44ee34c89714c7a1f58e5139c7971a8063bc24 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 03:39:54 -0500 Subject: [PATCH] Update freezing.rst --- docs/shipping/freezing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index 346816b..d42f2d6 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -12,8 +12,8 @@ Applications such as 'Dropbox', 'Eve Online', 'Civilisation IV', and BitTorrent clients do this. The advantage of distributing this way is that your application will "just work", -even if the user doesn't already have the required version of Python installed. -On Windows, and even on many Linux distributions and OS X, the right +even if the user doesn't already have the required version of Python (or any) +installed. On Windows, and even on many Linux distributions and OS X, the right version of Python will not already be installed. Besides, end-user software should always be in an executable format. Files