diff options
author | David Reid <dreid@dreid.org> | 2014-04-30 15:59:48 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-04-30 15:59:48 -0700 |
commit | 216d263a07d8e830e6fd3cee5617870d9a773b9f (patch) | |
tree | 0b177f97681ffb88eacf9f954be575eaef715083 /docs/hazmat/primitives | |
parent | 483df727eee61d9ab9dcbcd534ff41559e819714 (diff) | |
download | cryptography-216d263a07d8e830e6fd3cee5617870d9a773b9f.tar.gz cryptography-216d263a07d8e830e6fd3cee5617870d9a773b9f.tar.bz2 cryptography-216d263a07d8e830e6fd3cee5617870d9a773b9f.zip |
Fix typos.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index de7ad4bc..5e6037de 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -333,7 +333,7 @@ RSA .. versionadded:: 0.5 - The colleciton of integers that make up an RSA public key. + The collection of integers that make up an RSA public key. .. attribute:: n |