diff options
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 42dba723..f8341d11 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -588,7 +588,7 @@ A specific ``backend`` may provide one or more of these interfaces. :param bytes data: PEM data to load. :param bytes password: The password to use if the data is encrypted. - Should be ``None`` is the data is not encrypted. + Should be ``None`` if the data is not encrypted. :return: A new instance of the appropriate type of private key that the serialized data contains. :raises ValueError: If the data could not be deserialized. |