Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b61ede4

Browse files
committed
Merge spelling fixes from 3.5
2 parents 0fc55a2 + 99e843b commit b61ede4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/whatsnew/2.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

Lib/turtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ def mode(self, mode=None):
10351035
"""Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
10361036
10371037
Optional argument:
1038-
mode -- on of the strings 'standard', 'logo' or 'world'
1038+
mode -- one of the strings 'standard', 'logo' or 'world'
10391039
10401040
Mode 'standard' is compatible with turtle.py.
10411041
Mode 'logo' is compatible with most Logo-Turtle-Graphics.

0 commit comments

Comments
 (0)