From dbde087c00d086216301d99591fe5d4f7d7b2bbb Mon Sep 17 00:00:00 2001 From: Alex Chavkin Date: Sun, 12 Feb 2023 12:11:01 -0500 Subject: hostkeys: update docstring for autdodoc per #2173 --- paramiko/hostkeys.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'paramiko') diff --git a/paramiko/hostkeys.py b/paramiko/hostkeys.py index f9635159..bbfa5755 100644 --- a/paramiko/hostkeys.py +++ b/paramiko/hostkeys.py @@ -329,7 +329,8 @@ class HostKeyEntry: """ Parses the given line of text to find the names for the host, the type of key, and the key data. The line is expected to be in the - format used by the OpenSSH known_hosts file. + format used by the OpenSSH known_hosts file. Fields are separated by a + single space or tab. Lines are expected to not have leading or trailing whitespace. We don't bother to check for comments or empty lines. All of -- cgit v1.2.1