]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#928751, fix typos in socket doc
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 3 Apr 2004 18:03:51 +0000 (18:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 3 Apr 2004 18:03:51 +0000 (18:03 +0000)
Doc/lib/libsocket.tex

index 199b97f314d008fee65832e6d13aa3c6405ebbb3..b9ba39bae1f4abb4caee19e55eff91ebb0bb3951 100644 (file)
@@ -445,8 +445,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}{}
@@ -473,7 +473,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}