]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fixed dnpython.org typo 814/head
authorChris Kuipers <chris.kuipers@maastrichtuniversity.nl>
Fri, 3 Jun 2022 10:04:46 +0000 (12:04 +0200)
committerChris Kuipers <chris.kuipers@maastrichtuniversity.nl>
Fri, 3 Jun 2022 10:04:46 +0000 (12:04 +0200)
dns/name.py

index 2ebda4a4a01240471cad77d74600105ca1a5ee24..29639b5e41cd82f199d33a11e83cd06b898f60d8 100644 (file)
@@ -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``.
         """