From f645639004ecf2b1de93c8ed237ef6bd19fd3dd9 Mon Sep 17 00:00:00 2001 From: Mark Watts Date: Sun, 17 May 2020 20:46:39 -0500 Subject: Fixing syntax for the "note" directive --- paramiko/pkey.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paramiko/pkey.py b/paramiko/pkey.py index 3a07426f..a54d502d 100644 --- a/paramiko/pkey.py +++ b/paramiko/pkey.py @@ -652,7 +652,8 @@ class PublicBlob(object): Tries to be as dumb as possible and barely cares about specific per-key-type data. - ..note:: + .. note:: + Most of the time you'll want to call `from_file`, `from_string` or `from_message` for useful instantiation, the main constructor is basically "I should be using ``attrs`` for this." -- cgit v1.2.3