Skip to content

Commit

Permalink
change fname to name
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbo committed Feb 11, 2021
1 parent 5449af5 commit 5e0441f
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 5e0441f

Please sign in to comment.