From 7b150eddc25550589571f5453559b17734b50744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C6=B0=C6=A1ng?= Date: Wed, 18 Nov 2020 11:11:58 -0300 Subject: [PATCH] Fix typo and dead link --- source/overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/overview.rst b/source/overview.rst index c82f46591..1ae53cb7b 100644 --- a/source/overview.rst +++ b/source/overview.rst @@ -308,14 +308,14 @@ program into one of these formats, most of which involve embedding the Python interpreter and any other dependencies into a single executable file. -This approach, called *freezing*, offers wide compatiblity and +This approach, called *freezing*, offers wide compatibility and seamless user experience, though often requires multiple technologies, and a good amount of effort. A selection of Python freezers: * `pyInstaller `_ - Cross-platform -* `cx_Freeze `_ - Cross-platform +* `cx_Freeze `_ - Cross-platform * `constructor `_ - For command-line installers * `py2exe `_ - Windows only * `py2app `_ - Mac only