aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 13:57:15 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 13:59:41 -0600
commitab6fa0a7f56fbfe3e5c13844969f1ac276ba79e2 (patch)
treef399d6c67f6a27c6c1358d3105808340ee2d0751
parent4925575af6f949aaf83f2504c00cb979cc547162 (diff)
downloadcryptography-ab6fa0a7f56fbfe3e5c13844969f1ac276ba79e2.tar.gz
cryptography-ab6fa0a7f56fbfe3e5c13844969f1ac276ba79e2.tar.bz2
cryptography-ab6fa0a7f56fbfe3e5c13844969f1ac276ba79e2.zip
doc updates
-rw-r--r--docs/hazmat/backends/common-crypto.rst4
-rw-r--r--docs/spelling_wordlist.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/backends/common-crypto.rst b/docs/hazmat/backends/common-crypto.rst
index 64e95ccb..6127116b 100644
--- a/docs/hazmat/backends/common-crypto.rst
+++ b/docs/hazmat/backends/common-crypto.rst
@@ -11,8 +11,8 @@ The `CommonCrypto`_ C library provided by Apple on OS X and iOS.
This is the exposed API for the CommonCrypto backend. It has one public attribute.
- .. attribute:: name
+ .. attribute:: name
- Returns ``commoncrypto``, the string name of this backend.
+ The string name of this backend: ``"commoncrypto"``
.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html
diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt
index b17bcde0..75628ba5 100644
--- a/docs/spelling_wordlist.txt
+++ b/docs/spelling_wordlist.txt
@@ -14,6 +14,7 @@ hazmat
indistinguishability
introspectability
invariants
+iOS
pickleable
plaintext
testability
@@ -26,4 +27,3 @@ Changelog
Docstrings
Fernet
Schneier
-iOS