summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-04-03 18:02:37 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-04-03 18:02:37 (GMT)
commitba813e20892157befdefa60df88c19bae52fc766 (patch)
tree1390e740ff3e7a58043ee519d610314d5e2ff86d
parent7a92d74c5204cda80d28684542e396be3fd54026 (diff)
downloadcpython-ba813e20892157befdefa60df88c19bae52fc766.zip
cpython-ba813e20892157befdefa60df88c19bae52fc766.tar.gz
cpython-ba813e20892157befdefa60df88c19bae52fc766.tar.bz2
#928751, fix typos in socket doc
-rw-r--r--Doc/lib/libsocket.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 18de5f2..6096391 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -447,8 +447,8 @@ Bind the socket to \var{address}. The socket must not already be bound.
(The format of \var{address} depends on the address family --- see
above.) \note{This method has historically accepted a pair
of parameters for \constant{AF_INET} addresses instead of only a
-tuple. This was never intentional and is no longer be available in
-Python 2.0.}
+tuple. This was never intentional and is no longer available in
+Python 2.0 and later.}
\end{methoddesc}
\begin{methoddesc}[socket]{close}{}
@@ -475,7 +475,7 @@ operation succeeded, otherwise the value of the \cdata{errno}
variable. This is useful to support, for example, asynchronous connects.
\note{This method has historically accepted a pair of
parameters for \constant{AF_INET} addresses instead of only a tuple.
-This was never intentional and is no longer be available in Python
+This was never intentional and is no longer available in Python
2.0 and later.}
\end{methoddesc}