aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/bindings/openssl.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-09-24 22:55:16 -0400
committerDonald Stufft <donald@stufft.io>2015-09-24 22:55:16 -0400
commit1bcc7dad52619e2ce9e56d1b2cc20ec195276f43 (patch)
tree7d13c85da2bb1e5058b36ef2490678cf387fcda1 /docs/hazmat/bindings/openssl.rst
parent8208fe6a9b92bc7e7060448d75d1641bda62fc8a (diff)
parentc79a81cb579551136e80d63a3479f619e2064618 (diff)
downloadcryptography-1bcc7dad52619e2ce9e56d1b2cc20ec195276f43.tar.gz
cryptography-1bcc7dad52619e2ce9e56d1b2cc20ec195276f43.tar.bz2
cryptography-1bcc7dad52619e2ce9e56d1b2cc20ec195276f43.zip
Merge pull request #2365 from alex/grammar
some commas that look correct
Diffstat (limited to 'docs/hazmat/bindings/openssl.rst')
-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