We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48605be commit 2d78070Copy full SHA for 2d78070
Doc/library/asyncore.rst
@@ -202,7 +202,8 @@ any that have been added to the map during asynchronous service) is closed.
202
.. method:: bind(address)
203
204
Bind the socket to *address*. The socket must not already be bound. (The
205
- format of *address* depends on the address family --- see above.) To mark
+ format of *address* depends on the address family --- refer to the
206
+ :mod:`socket` documentation for more information.) To mark
207
the socket as re-usable (setting the :const:`SO_REUSEADDR` option), call
208
the :class:`dispatcher` object's :meth:`set_reuse_addr` method.
209
0 commit comments