Skip to content

Commit 3e603ca

Browse files
committed
Grammar, US English spelling
1 parent c56a94c commit 3e603ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/shipping/freezing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ Comparison
2020
Solutions and platforms/features supported:
2121

2222
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
23-
Solution Windows Linux OS X Python 3 Licence One-file mode Zipfile import Eggs pkg_resources support
23+
Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support
2424
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
25-
bbFreeze yes yes yes no MIT no yes yes yes
26-
py2exe yes no no no MIT yes yes no no
27-
pyInstaller yes yes yes no GPL yes no yes no
28-
cx_Freeze yes yes yes yes PSF no yes yes no
25+
bbFreeze yes yes yes no MIT no yes yes yes
26+
py2exe yes no no no MIT yes yes no no
27+
pyInstaller yes yes yes no GPL yes no yes no
28+
cx_Freeze yes yes yes yes PSF no yes yes no
2929
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
3030

3131
.. todo:: Add other solutions: py2app
3232

3333
.. note::
3434
Freezing Python code on Linux into a Windows executable was only once
35-
supported in PyInstaller, `but later dropped
35+
supported in PyInstaller `and later dropped.
3636
<http://stackoverflow.com/questions/2950971/cross-compiling-a-python-script-on-linux-into-a-windows-executable#comment11890276_2951046>`_.
3737

3838
.. note::

0 commit comments

Comments
 (0)