summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Watts <watts.mark2015@gmail.com>2020-05-17 20:46:39 -0500
committerJeff Forcier <jeff@bitprophet.org>2020-09-11 15:28:33 -0400
commitf645639004ecf2b1de93c8ed237ef6bd19fd3dd9 (patch)
treec5c23f59b25812fc94ec7481ae8a4de2ff24d907
parent93dba53fba7da34f34660ac4f5fba4cae317a6ed (diff)
downloadparamiko-f645639004ecf2b1de93c8ed237ef6bd19fd3dd9.tar.gz
Fixing syntax for the "note" directive
-rw-r--r--paramiko/pkey.py3
1 files changed, 2 insertions, 1 deletions
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."