aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-09 13:14:59 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-09 13:14:59 -0700
commit4e5d1eeb574b3abfe93f81975984d5d4ef688006 (patch)
tree6b6e8d52a3167b4f7540ada271fd3b6dd0d4f70c /docs
parentac83b394befefc8da6bf4fde75e99daf0abe9237 (diff)
downloadcryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.tar.gz
cryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.tar.bz2
cryptography-4e5d1eeb574b3abfe93f81975984d5d4ef688006.zip
Grammar from @reaperhulk
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst2
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}-----``.