mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge spelling fixes from 3.5
This commit is contained in:
commit
b61ede4ba2
2 changed files with 3 additions and 3 deletions
|
@ -1159,7 +1159,7 @@ Some of the more notable changes are:
|
||||||
The main change is the possibility to build Python as a
|
The main change is the possibility to build Python as a
|
||||||
framework. This installs a self-contained Python installation plus the
|
framework. This installs a self-contained Python installation plus the
|
||||||
OSX framework "glue" into /Library/Frameworks/Python.framework (or
|
OSX framework "glue" into /Library/Frameworks/Python.framework (or
|
||||||
another location of choice). For now there is little immedeate added
|
another location of choice). For now there is little immediate added
|
||||||
benefit to this (actually, there is the disadvantage that you have to
|
benefit to this (actually, there is the disadvantage that you have to
|
||||||
change your PATH to be able to find Python), but it is the basis for
|
change your PATH to be able to find Python), but it is the basis for
|
||||||
creating a fullblown Python application, porting the MacPython IDE,
|
creating a fullblown Python application, porting the MacPython IDE,
|
||||||
|
@ -1168,7 +1168,7 @@ Some of the more notable changes are:
|
||||||
The other change is that most MacPython toolbox modules, which
|
The other change is that most MacPython toolbox modules, which
|
||||||
interface to all the MacOS APIs such as windowing, quicktime,
|
interface to all the MacOS APIs such as windowing, quicktime,
|
||||||
scripting, etc. have been ported. Again, most of these are not of
|
scripting, etc. have been ported. Again, most of these are not of
|
||||||
immedeate use, as they need a full application to be really useful, so
|
immediate use, as they need a full application to be really useful, so
|
||||||
they have been commented out in setup.py. People wanting to experiment
|
they have been commented out in setup.py. People wanting to experiment
|
||||||
can uncomment them. Gestalt and Internet Config modules are enabled by
|
can uncomment them. Gestalt and Internet Config modules are enabled by
|
||||||
default.
|
default.
|
||||||
|
|
|
@ -1035,7 +1035,7 @@ class TurtleScreen(TurtleScreenBase):
|
||||||
"""Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
|
"""Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
|
||||||
|
|
||||||
Optional argument:
|
Optional argument:
|
||||||
mode -- on of the strings 'standard', 'logo' or 'world'
|
mode -- one of the strings 'standard', 'logo' or 'world'
|
||||||
|
|
||||||
Mode 'standard' is compatible with turtle.py.
|
Mode 'standard' is compatible with turtle.py.
|
||||||
Mode 'logo' is compatible with most Logo-Turtle-Graphics.
|
Mode 'logo' is compatible with most Logo-Turtle-Graphics.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue