From eba6b63c55579c28bdaa45b76e805b3f0f698d35 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 18 Apr 2016 15:11:04 -0700 Subject: [PATCH] Remove extra backtick. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77221c9c..545293d7 100644 --- a/README.rst +++ b/README.rst @@ -737,7 +737,7 @@ SSL version Use the ``--ssl=`` to specify the desired protocol version to use. This will default to SSL v2.3 which will negotiate the highest protocol that both the server and your installation of OpenSSL support. The available protocols -are ``ssl2.3``, ``ssl3``, ``tls1``, ``tls1.1``, ```tls1.2``. (The actually +are ``ssl2.3``, ``ssl3``, ``tls1``, ``tls1.1``, ``tls1.2``. (The actually available set of protocols may vary depending on your OpenSSL installation.) .. code-block:: bash