fix IKnownHostEntry.matchesHost docstring

This commit is contained in:
Mike Mattice 2019-07-25 11:37:35 -07:00
parent e79b08e11c
commit 3df6f5cb85
1 changed files with 2 additions and 2 deletions

View File

@ -363,8 +363,8 @@ class IKnownHostEntry(Interface):
address, you have to resolve it yourself, and pass it in as a dotted
quad string.
@param key: The hostname to match against.
@type key: L{str}
@param hostname: The hostname to match against.
@type hostname: L{str}
"""