Skip to content

Commit

Permalink
Merge pull request #633 from kimbo/kl/doc-fix
Browse files Browse the repository at this point in the history
doc fix: change fname to name
  • Loading branch information
rthalley authored Feb 11, 2021
2 parents 5449af5 + 5e0441f commit a9dc095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/namedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def has_key(self, key):
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
Expand Down

0 comments on commit a9dc095

Please sign in to comment.