From: Bob Halley Date: Mon, 2 Jan 2017 15:00:59 +0000 (-0800) Subject: fix typo X-Git-Tag: v1.16.0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe6be4bef2c890583b1241dadbb134da6c8b4d3;p=thirdparty%2Fdnspython.git fix typo --- diff --git a/dns/rdata.py b/dns/rdata.py index 9e9344d5..3ad0e186 100644 --- a/dns/rdata.py +++ b/dns/rdata.py @@ -301,7 +301,7 @@ class Rdata(object): class GenericRdata(Rdata): - """Generate Rdata Class + """Generic Rdata Class This class is used for rdata types for which we have no better implementation. It implements the DNS "unknown RRs" scheme.