summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:56:36 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:56:36 (GMT)
commitb20df9a89a3735d9cbf0330ceef0100c323fdd93 (patch)
treef514756548f4200d4a28976bef41dad71af2db40 /Doc/library
parentab52252ba966b1fe71ed3908b256ffc4f2c7c97d (diff)
downloadcpython-b20df9a89a3735d9cbf0330ceef0100c323fdd93.zip
cpython-b20df9a89a3735d9cbf0330ceef0100c323fdd93.tar.gz
cpython-b20df9a89a3735d9cbf0330ceef0100c323fdd93.tar.bz2
Fix 'the the' duplication (partial backport of r71103
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/abc.rst2
-rw-r--r--Doc/library/multiprocessing.rst2
-rw-r--r--Doc/library/pdb.rst2
-rw-r--r--Doc/library/ssl.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst
index 8014aed..5833dfa 100644
--- a/Doc/library/abc.rst
+++ b/Doc/library/abc.rst
@@ -134,7 +134,7 @@ It also provides the following decorators:
A class that has a metaclass derived from :class:`ABCMeta`
cannot be instantiated unless all of its abstract methods and
properties are overridden.
- The abstract methods can be called using any of the the normal 'super' call
+ The abstract methods can be called using any of the normal 'super' call
mechanisms.
Dynamically adding abstract methods to a class, or attempting to modify the
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index df2cd8f..f6e223a 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1845,7 +1845,7 @@ return value of ``current_process().authkey`` is used (see
any :class:`~multiprocessing.Process` object that the current process creates.
This means that (by default) all processes of a multi-process program will share
a single authentication key which can be used when setting up connections
-between the themselves.
+between themselves.
Suitable authentication keys can also be generated by using :func:`os.urandom`.
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 700146b..cfc219c 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -268,7 +268,7 @@ n(ext)
full speed, only stopping at the next line in the current function.)
unt(il)
- Continue execution until the line with the the line number greater than the
+ Continue execution until the line with the line number greater than the
current one is reached or when returning from current frame.
.. versionadded:: 2.6
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 30f1fea..1804fcf 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -261,7 +261,7 @@ SSLSocket Objects
If there is no certificate for the peer on the other end of the
connection, returns ``None``.
- If the the parameter ``binary_form`` is :const:`False`, and a
+ If the parameter ``binary_form`` is :const:`False`, and a
certificate was received from the peer, this method returns a
:class:`dict` instance. If the certificate was not validated, the
dict is empty. If the certificate was validated, it returns a dict