From 61858f36b63398c013d8170bb5c540d532496ca7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 9 Jun 2017 17:18:55 -0400 Subject: It's a method you must call (#3696) Fix misworded guidance for how to serialize a private key to bytes. --- docs/hazmat/primitives/asymmetric/serialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/asymmetric') diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 96b50220..b745332e 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -90,7 +90,7 @@ Key dumping The ``serialization`` module contains functions for loading keys from ``bytes``. To dump a ``key`` object to ``bytes``, you must call the appropriate -bytes on the key object. Documentation for these methods in found in the +method on the key object. Documentation for these methods in found in the :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`, :mod:`~cryptography.hazmat.primitives.asymmetric.dsa`, and :mod:`~cryptography.hazmat.primitives.asymmetric.ec` module documentation. -- cgit v1.2.3