]> granicus.if.org Git - python/commitdiff
#928751, fix typos in socket doc
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 3 Apr 2004 18:02:37 +0000 (18:02 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 3 Apr 2004 18:02:37 +0000 (18:02 +0000)
Doc/lib/libsocket.tex

index 18de5f201fa66fe09b5ee4838aa2a7e3139f9a3a..6096391664d2e79e1592e648e1398aae3b8d2106 100644 (file)
@@ -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}