Update freezing.rst

This commit is contained in:
2016-02-13 03:39:21 -05:00
parent 4e5b195371
commit c2c49f08fc
+1 -1
View File
@@ -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.