From 5e0441f0204977c30bddc7970da28780bd59b15b Mon Sep 17 00:00:00 2001 From: kimbo Date: Thu, 11 Feb 2021 12:44:08 -0700 Subject: change fname to name --- dns/namedict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/namedict.py b/dns/namedict.py index 4c8f9ab..ec0750c 100644 --- a/dns/namedict.py +++ b/dns/namedict.py @@ -85,7 +85,7 @@ class NameDict(MutableMapping): return key in self.__store def get_deepest_match(self, name): - """Find the deepest match to *fname* in the dictionary. + """Find the deepest match to *name* in the dictionary. The deepest match is the longest name in the dictionary which is a superdomain of *name*. Note that *superdomain* includes matching -- cgit v1.2.1