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:29:05 -0400
commit14c6c8e786fdaae5b143cb81ccd32d21ce4164fc (patch)
treead3f96d2bfb4a1a04a81f800374c56b0b53d1707
parentbcd9a54f414709758a57a60ddd744168183ddd29 (diff)
downloadparamiko-14c6c8e786fdaae5b143cb81ccd32d21ce4164fc.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 e37f7751..e8e65589 100644
--- a/paramiko/pkey.py
+++ b/paramiko/pkey.py
@@ -460,7 +460,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."