diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-09 13:14:59 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-09 13:14:59 -0700 |
commit | 4e5d1eeb574b3abfe93f81975984d5d4ef688006 (patch) | |
tree | 6b6e8d52a3167b4f7540ada271fd3b6dd0d4f70c /docs/hazmat/primitives/asymmetric | |
parent | ac83b394befefc8da6bf4fde75e99daf0abe9237 (diff) | |
download | cryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.tar.gz cryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.tar.bz2 cryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.zip |
Grammar from @reaperhulk
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 6e946b85..84b69fdc 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -58,7 +58,7 @@ PEM ~~~ PEM is an encapsulation format, meaning keys in it can actually be any of -several different key types, however these are all self-identifying, so you +several different key types. However these are all self-identifying, so you don't need to worry about this detail. PEM keys are recognizable because they all begin with ``-----BEGIN {format}-----`` and end with ``-----END {format}-----``. |