diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:29:06 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:29:06 -0600 |
commit | 4925575af6f949aaf83f2504c00cb979cc547162 (patch) | |
tree | 6c6081c6707542e717a1819b5078e484f2dcc8bc /docs/hazmat | |
parent | d6b8dfab17705f2fa2a49395f2b689b0b7d51b38 (diff) | |
download | cryptography-4925575af6f949aaf83f2504c00cb979cc547162.tar.gz cryptography-4925575af6f949aaf83f2504c00cb979cc547162.tar.bz2 cryptography-4925575af6f949aaf83f2504c00cb979cc547162.zip |
fix copy mistake in docs
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/common-crypto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/common-crypto.rst b/docs/hazmat/backends/common-crypto.rst index afff9a16..64e95ccb 100644 --- a/docs/hazmat/backends/common-crypto.rst +++ b/docs/hazmat/backends/common-crypto.rst @@ -9,7 +9,7 @@ The `CommonCrypto`_ C library provided by Apple on OS X and iOS. .. data:: cryptography.hazmat.backends.commoncrypto.backend - This is the exposed API for the OpenSSL backend. It has one public attribute. + This is the exposed API for the CommonCrypto backend. It has one public attribute. .. attribute:: name |