summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlan Yee <alyee@ucsd.edu>2016-08-01 11:37:58 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 20:05:39 -0800
commit367a51d77a1b7c2553c4055cb002f9d51aff0889 (patch)
tree9be5ed32e43418c2f5297eb7190edeb8a9a2a144 /README.rst
parent6fda45896496610bdf21e99b935e0c575c9cdde0 (diff)
downloadparamiko-367a51d77a1b7c2553c4055cb002f9d51aff0889.tar.gz
Update README.rst
Minor styling to highlight the key
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 54c2a02f..74757e8d 100644
--- a/README.rst
+++ b/README.rst
@@ -100,7 +100,7 @@ Probably the simplest demo is this::
client.close()
This prints out the results of executing ``ls`` on a remote server. The host
-key b'AAA...' should of course be replaced by the actual base64 encoding of the
+key ``b'AAA...'`` should of course be replaced by the actual base64 encoding of the
host key. If you skip host key verification, the connection is not secure!
The following example scripts (in demos/) get progressively more detailed: