From 3e603ca9c18991e13af4948b18703fd4dc88e2fc Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 22 Mar 2013 23:49:10 -0400 Subject: [PATCH] Grammar, US English spelling --- docs/shipping/freezing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index fc46cdd..59f97e8 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -20,19 +20,19 @@ Comparison Solutions and platforms/features supported: =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== -Solution Windows Linux OS X Python 3 Licence One-file mode Zipfile import Eggs pkg_resources support +Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== -bbFreeze yes yes yes no MIT no yes yes yes -py2exe yes no no no MIT yes yes no no -pyInstaller yes yes yes no GPL yes no yes no -cx_Freeze yes yes yes yes PSF no yes yes no +bbFreeze yes yes yes no MIT no yes yes yes +py2exe yes no no no MIT yes yes no no +pyInstaller yes yes yes no GPL yes no yes no +cx_Freeze yes yes yes yes PSF no yes yes no =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== .. todo:: Add other solutions: py2app .. note:: Freezing Python code on Linux into a Windows executable was only once - supported in PyInstaller, `but later dropped + supported in PyInstaller `and later dropped. `_. .. note::