aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/bindings
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-24 21:48:51 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-24 21:48:51 -0400
commit16b67fce20f79ce326194e88156bd3e734730362 (patch)
treed2368258ff4bf32ef8c074430eda8b6f9c5e434d /docs/hazmat/bindings
parent8208fe6a9b92bc7e7060448d75d1641bda62fc8a (diff)
downloadcryptography-16b67fce20f79ce326194e88156bd3e734730362.tar.gz
cryptography-16b67fce20f79ce326194e88156bd3e734730362.tar.bz2
cryptography-16b67fce20f79ce326194e88156bd3e734730362.zip
some commas that look correct
Diffstat (limited to 'docs/hazmat/bindings')
-rw-r--r--docs/hazmat/bindings/openssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst
index 446c450c..0ec0a3d6 100644
--- a/docs/hazmat/bindings/openssl.rst
+++ b/docs/hazmat/bindings/openssl.rst
@@ -37,7 +37,7 @@ Threading
``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