Fix run() documentation omission.

This commit is contained in:
Matt Fox 2016-06-27 21:18:34 -07:00
parent 673060efc6
commit 405747fe36
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ a call to ``bind``, then start receiving packets with a call to ``run``.
``QueueHandler.run([block])``
Send packets to your callback. By default, this method blocks. Set
block=False to let your thread continue. You can get the
block=False to let your thread continue. You can get the file descriptor
of the socket with the ``get_fd`` method.
Packet objects
--------------