diff options
Diffstat (limited to 'contrib/python/ldns_packet.i')
| -rw-r--r-- | contrib/python/ldns_packet.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ldns_packet.i b/contrib/python/ldns_packet.i index eeff4aa2359a..c2d7a3b63cca 100644 --- a/contrib/python/ldns_packet.i +++ b/contrib/python/ldns_packet.i @@ -736,7 +736,7 @@ This simple example instances a resolver in order to resolve NS for nic.cz." """ Return the packet's edns data. - :return: (:class:`ldns_rdf`) The ensd data. + :return: (:class:`ldns_rdf`) The edns data. """ return _ldns._ldns_pkt_edns_data(self) #parameters: const ldns_pkt *, @@ -1346,7 +1346,7 @@ This simple example instances a resolver in order to resolve NS for nic.cz." def set_rcode(self, c): """ - Set the packet's respons code. + Set the packet's response code. :param c: The rcode. :type c: uint8_t |
