add missing param to docstring

This commit is contained in:
Thomas Waldmann 2013-10-03 17:59:55 +02:00
parent 0ec52cc1e1
commit a2afc6a253

View File

@ -114,6 +114,8 @@ def query_ns(qname, rdtype, origin=None):
:type qname: dns.name.Name object or str
:param rdtype: the query type
:type rdtype: int or str
:param origin: origin zone
:type origin: str or None
:return: IP (as str)
"""
origin, name = parse_name(qname, origin)