From 4e5d1eeb574b3abfe93f81975984d5d4ef688006 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 9 Sep 2014 13:14:59 -0700 Subject: Grammar from @reaperhulk --- docs/hazmat/primitives/asymmetric/serialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}-----``. -- cgit v1.2.3