From ac83b394befefc8da6bf4fde75e99daf0abe9237 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 8 Sep 2014 14:04:04 -0700 Subject: Try a different phrasing --- docs/hazmat/primitives/asymmetric/serialization.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index e18f8c83..6e946b85 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -57,10 +57,11 @@ methods. PEM ~~~ -PEM is an encapsulation format, meaning keys in it can actually be any one of -several formats, 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}-----``. +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 +don't need to worry about this detail. PEM keys are recognizable because they +all begin with ``-----BEGIN {format}-----`` and end with ``-----END +{format}-----``. .. function:: load_pem_private_key(data, password, backend): -- cgit v1.2.3