From daf215b81a08ae5801dfa51726942a3be676fb67 Mon Sep 17 00:00:00 2001 From: Chris Kuipers Date: Fri, 3 Jun 2022 12:04:46 +0200 Subject: [PATCH] fixed dnpython.org typo --- dns/name.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``. """ -- 2.47.3