@@ -1159,7 +1159,7 @@ Some of the more notable changes are:
11591159 The main change is the possibility to build Python as a
11601160 framework. This installs a self-contained Python installation plus the
11611161 OSX framework "glue" into /Library/Frameworks/Python.framework (or
1162- another location of choice). For now there is little immedeate added
1162+ another location of choice). For now there is little immediate added
11631163 benefit to this (actually, there is the disadvantage that you have to
11641164 change your PATH to be able to find Python), but it is the basis for
11651165 creating a fullblown Python application, porting the MacPython IDE,
@@ -1168,7 +1168,7 @@ Some of the more notable changes are:
11681168 The other change is that most MacPython toolbox modules, which
11691169 interface to all the MacOS APIs such as windowing, quicktime,
11701170 scripting, etc. have been ported. Again, most of these are not of
1171- immedeate use, as they need a full application to be really useful, so
1171+ immediate use, as they need a full application to be really useful, so
11721172 they have been commented out in setup.py. People wanting to experiment
11731173 can uncomment them. Gestalt and Internet Config modules are enabled by
11741174 default.
0 commit comments