Commit 74c6e918 authored by Neal Norwitz's avatar Neal Norwitz

#928751, fix typos in socket doc

parent 2db7d71d
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment