Skip to content

Commit

Permalink
doc: fix Channel.set_local_ip documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus authored and saghul committed Apr 21, 2017
1 parent 3eb7e2a commit 6c0a28f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,11 @@
If the ``max_timeout`` parameter is specified, it is stored on the channel and the appropriate value is then
returned.

.. py:method:: set_local_ip4(local_ip)
.. py:method:: set_local_ip(local_ip)
:param str local_ip: IP address.

Set the local IPv4 address from which the queries will be sent.

.. py:method:: set_local_ip6(local_ip)
:param str local_ip: IP address.

Set the local IPv6 address from which the queries will be sent.
Set the local IPv4 or IPv6 address from which the queries will be sent.

.. py:method:: set_local_dev(local_dev)
Expand Down

0 comments on commit 6c0a28f

Please sign in to comment.