summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-24 09:34:00 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-24 09:34:00 -0700
commite6f9f03b086a0be71aa8bd84e480644d070b8f91 (patch)
treefa9f9ca70dd48107db7fd7722223b00756f69d91
parent4947a726c14ae5ab0d4fc9e67a66cbabb770a9e9 (diff)
parentac4c75471821fa5686c1f15e1b8613fe70639355 (diff)
downloadparamiko-e6f9f03b086a0be71aa8bd84e480644d070b8f91.tar.gz
Merge branch '1.11' into 1.12
-rw-r--r--sites/www/installing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 3587949f..0ca9b156 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -18,8 +18,8 @@ We currently support **Python 2.5/2.6/2.7**, with support for Python 3 coming
soon. Users on Python 2.4 or older are urged to upgrade. Paramiko *may* work on
Python 2.4 still, but there is no longer any support guarantee.
-Paramiko has two dependencies: the pure-Python ECDSA module `ecdsa`, and the
-PyCrypto C extension. `ecdsa` is easily installable from wherever you
+Paramiko has two dependencies: the pure-Python ECDSA module ``ecdsa``, and the
+PyCrypto C extension. ``ecdsa`` is easily installable from wherever you
obtained Paramiko's package; PyCrypto may require more work. Read on for
details.