diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-29 11:07:05 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-29 11:07:05 -0700 |
commit | b366f39d20588a4e08a7c1f186711e478f5db375 (patch) | |
tree | 38ddc441f3dd52c9e51e97646e18d862fededf5e /docs/hazmat | |
parent | 147805a901f2c848501edbbd1daa5a129d903d04 (diff) | |
download | cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.tar.gz cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.tar.bz2 cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.zip |
Wrap lines appropriately
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 3b414339..77de4ac8 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -598,7 +598,8 @@ A specific ``backend`` may provide one or more of these interfaces. .. method:: load_pem_public_key(data) :param bytes data: PEM data to load. - :return: A new instance of the appropriate type of public key serialized data contains. + :return: A new instance of the appropriate type of public key + serialized data contains. :raises ValueError: If the data could not be deserialized. .. class:: TraditionalOpenSSLSerializationBackend |