summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
commit68804315e0f2fe567e62c7023bc87ee358a480e7 (patch)
treeb3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/whatsnew
parentf871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff)
downloadcpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew20.tex6
-rw-r--r--Doc/whatsnew/whatsnew21.tex2
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
-rw-r--r--Doc/whatsnew/whatsnew24.tex2
4 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex
index d376d9d..b89ac19 100644
--- a/Doc/whatsnew/whatsnew20.tex
+++ b/Doc/whatsnew/whatsnew20.tex
@@ -642,7 +642,7 @@ PythonWin also supports Windows CE; see the Python CE page at
\url{http://starship.python.net/crew/mhammond/ce/} for more
information.
-Another new platform is Darwin/MacOS X; inital support for it is in
+Another new platform is Darwin/MacOS X; initial support for it is in
Python 2.0. Dynamic loading works, if you specify ``configure
--with-dyld --with-suffix=.x''. Consult the README in the Python
source distribution for more instructions.
@@ -908,8 +908,8 @@ had to go through an arduous ritual of editing Makefiles and
configuration files, which only really work on Unix and leave Windows
and MacOS unsupported. Python users faced wildly differing
installation instructions which varied between different extension
-packages, which made adminstering a Python installation something of a
-chore.
+packages, which made administering a Python installation something of
+a chore.
The SIG for distribution utilities, shepherded by Greg Ward, has
created the Distutils, a system to make package installation much
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex
index 1f5c113..b7ea3f2 100644
--- a/Doc/whatsnew/whatsnew21.tex
+++ b/Doc/whatsnew/whatsnew21.tex
@@ -203,7 +203,7 @@ operations. The new magic method names are:
(The magic methods are named after the corresponding Fortran operators
\code{.LT.}. \code{.LE.}, \&c. Numeric programmers are almost
-certainly quite familar with these names and will find them easy to
+certainly quite familiar with these names and will find them easy to
remember.)
Each of these magic methods is of the form \code{\var{method}(self,
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index b74403a..e29ecdd 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -2223,7 +2223,7 @@ of the EMX port into CVS. (Contributed by Andrew MacIntyre.)
On MacOS, most toolbox modules have been weaklinked to improve
backward compatibility. This means that modules will no longer fail
-to load if a single routine is missing on the curent OS version.
+to load if a single routine is missing on the current OS version.
Instead calling the missing routine will raise an exception.
(Contributed by Jack Jansen.)
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 5914c7d..3c83827 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -1493,7 +1493,7 @@ not.
In order to store cookies across sessions, two implementations of
cookie jars are provided: one that stores cookies in the Netscape
format so applications can use the Mozilla or Lynx cookie files, and
-one that stores cookies in the same format as the Perl libwww libary.
+one that stores cookies in the same format as the Perl libwww library.
\module{urllib2} has been changed to interact with \module{cookielib}:
\class{HTTPCookieProcessor} manages a cookie jar that is used when