aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r--docs/hazmat/backends/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 8ea1cf99..93eedbe6 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -457,7 +457,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. versionadded:: 2.0
:param bytes data: PEM data to load.
- :return: A new instance of the appropriate type of encryption
+ :return: A new instance of the appropriate type of asymmetric
parameters the serialized data contains.
:raises ValueError: If the data could not be deserialized.
@@ -490,7 +490,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. versionadded:: 2.0
:param bytes data: DER data to load.
- :return: A new instance of the appropriate type of encryption
+ :return: A new instance of the appropriate type of asymmetric
parameters the serialized data contains.
:raises ValueError: If the data could not be deserialized.