]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 15:00:59 +0000 (07:00 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 15:00:59 +0000 (07:00 -0800)
dns/rdata.py

index 9e9344d5cec90d683799f7005266738b9ec0c766..3ad0e186a41e4f5588ee94fdbecd6059d72d6ef7 100644 (file)
@@ -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.