Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 405747f

Browse files
committed
Fix run() documentation omission.
1 parent 673060e commit 405747f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ a call to ``bind``, then start receiving packets with a call to ``run``.
104104

105105
``QueueHandler.run([block])``
106106
Send packets to your callback. By default, this method blocks. Set
107-
block=False to let your thread continue. You can get the
107+
block=False to let your thread continue. You can get the file descriptor
108+
of the socket with the ``get_fd`` method.
108109

109110
Packet objects
110111
--------------

0 commit comments

Comments
 (0)