From: Neal Norwitz Date: Sat, 3 Apr 2004 18:03:51 +0000 (+0000) Subject: #928751, fix typos in socket doc X-Git-Tag: v2.3.4c1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b9fe251935ef9ba63a308ca8f77a4463bf556d4;p=thirdparty%2FPython%2Fcpython.git #928751, fix typos in socket doc --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 199b97f314d0..b9ba39bae1f4 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -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}