aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/bindings
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-01-24 19:02:33 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-01-24 19:02:33 +0000
commit5fb7eb442d56642f201ba016fa5e8f99943f0bfe (patch)
tree82dbadb17bf7891842479371c49f92a434e19ce7 /docs/hazmat/bindings
parent7ce51f26bb10dc56483a5f0e9639092ccb2f9d5c (diff)
downloadcryptography-5fb7eb442d56642f201ba016fa5e8f99943f0bfe.tar.gz
cryptography-5fb7eb442d56642f201ba016fa5e8f99943f0bfe.tar.bz2
cryptography-5fb7eb442d56642f201ba016fa5e8f99943f0bfe.zip
Backticks
Diffstat (limited to 'docs/hazmat/bindings')
-rw-r--r--docs/hazmat/bindings/openssl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst
index 77623b22..557f8c4d 100644
--- a/docs/hazmat/bindings/openssl.rst
+++ b/docs/hazmat/bindings/openssl.rst
@@ -32,10 +32,10 @@ These are `CFFI`_ bindings to the `OpenSSL`_ C library.
Threading
---------
-`cryptography` enables OpenSSLs `thread safety facilities`_ in two different
+``cryptography`` enables OpenSSLs `thread safety facilities`_ in two different
ways depending on the configuration of your system. Normally the locking
callbacks provided by your Python implementation specifically for OpenSSL will
-be used. However if you have linked `cryptography` to a different version of
+be used. However if you have linked ``cryptography`` to a different version of
OpenSSL than that used by your Python implementation we enable an alternative
locking callback. This version is implemented in Python and so may result in
lower performance in some situations. In particular parallelism is reduced