mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Update freezing.rst
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user