Skip to content

Commit

Permalink
Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Dec 29, 2016
1 parent 6f3440c commit d2ca170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/twisted/conch/client/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ def getHostKeyAlgorithms(host, options):
This can be used to change the order of supported key types
in the KEXINIT packet.
@type host: L{str}
@param host: the host to check in known_hosts
@param options: L{twisted.conch.client.options.ConchOptions}
@type options: L{twisted.conch.client.options.ConchOptions}
@param options: options passed to client
@return: L{list} of L{str} representing key types or L{None}.
"""
knownHosts = KnownHostsFile.fromPath(FilePath(
Expand Down

0 comments on commit d2ca170

Please sign in to comment.