Skip to content

Commit 2d78070

Browse files
committed
Issue #7733: add explicit reference in asyncore docs.
1 parent 48605be commit 2d78070

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/asyncore.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ any that have been added to the map during asynchronous service) is closed.
202202
.. method:: bind(address)
203203

204204
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
205+
format of *address* depends on the address family --- refer to the
206+
:mod:`socket` documentation for more information.) To mark
206207
the socket as re-usable (setting the :const:`SO_REUSEADDR` option), call
207208
the :class:`dispatcher` object's :meth:`set_reuse_addr` method.
208209

0 commit comments

Comments
 (0)