From c2c49f08fc721789a5dc17365f7d3d97f3339eb8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 03:39:21 -0500 Subject: [PATCH] Update freezing.rst --- docs/shipping/freezing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index 6c0e30c..346816b 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -4,7 +4,7 @@ Freezing Your Code ================== -'Freezing' your code is creating a single-file executable file to distribute +"Freezing" your code is creating a single-file executable file to distribute to end-users, that contains all of your application code as well as the Python interpreter.