From: Brian Wellington Date: Tue, 21 Apr 2020 21:51:10 +0000 (-0700) Subject: Fix documentation. X-Git-Tag: v2.0.0rc1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5383e68ad81e0258db71276058ef57ae0355677b;p=thirdparty%2Fdnspython.git Fix documentation. Rdata.to_wire() writes to the file, and doesn't return anything. --- diff --git a/dns/rdata.py b/dns/rdata.py index f9421a87..297f0db0 100644 --- a/dns/rdata.py +++ b/dns/rdata.py @@ -162,7 +162,7 @@ class Rdata(object): def to_wire(self, file, compress=None, origin=None): """Convert an rdata to wire format. - Returns a ``binary``. + Returns ``None``. """ raise NotImplementedError