From: Chris Kuipers Date: Fri, 3 Jun 2022 10:04:46 +0000 (+0200) Subject: fixed dnpython.org typo X-Git-Tag: v2.3.0rc1~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F814%2Fhead;p=thirdparty%2Fdnspython.git fixed dnpython.org typo --- diff --git a/dns/name.py b/dns/name.py index 2ebda4a4..29639b5e 100644 --- a/dns/name.py +++ b/dns/name.py @@ -492,7 +492,7 @@ class Name: """Is self a subdomain of other? Note that the notion of subdomain includes equality, e.g. - "dnpython.org" is a subdomain of itself. + "dnspython.org" is a subdomain of itself. Returns a ``bool``. """ @@ -506,7 +506,7 @@ class Name: """Is self a superdomain of other? Note that the notion of superdomain includes equality, e.g. - "dnpython.org" is a superdomain of itself. + "dnspython.org" is a superdomain of itself. Returns a ``bool``. """