diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-08 10:26:40 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-08 10:26:40 -0700 |
commit | 99e61ea62b4d9dafe0a1535a167f0773da94bb68 (patch) | |
tree | 5156d0a8cf6f69b4ee3f784cb15fed45d3c44770 | |
parent | 38b11cc978c9b1eacc5c1902628a9542ad5f104f (diff) | |
download | cryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.tar.gz cryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.tar.bz2 cryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.zip |
typo fix
-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. |