diff options
| author | kimbo <kimballleavitt@gmail.com> | 2021-02-11 12:44:08 -0700 |
|---|---|---|
| committer | kimbo <kimballleavitt@gmail.com> | 2021-02-11 12:44:08 -0700 |
| commit | 5e0441f0204977c30bddc7970da28780bd59b15b (patch) | |
| tree | 7acabb6aba2f360e8613eee14dd39afba6b0c652 /dns | |
| parent | 5449af5318d88bada34f661247f3bcb16f58f057 (diff) | |
| download | dnspython-5e0441f0204977c30bddc7970da28780bd59b15b.tar.gz | |
change fname to name
Diffstat (limited to 'dns')
| -rw-r--r-- | dns/namedict.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
