mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Typo fixes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Freezing Your Code
|
||||
==================
|
||||
|
||||
An alterinative to shipping your code is freezing it — shipping it as an
|
||||
executable with a bundled Python enterpreter.
|
||||
An alternative to shipping your code is freezing it — shipping it as an
|
||||
executable with a bundled Python interpreter.
|
||||
|
||||
Many applications you use every day do this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user