aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 10:26:40 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 10:26:40 -0700
commit99e61ea62b4d9dafe0a1535a167f0773da94bb68 (patch)
tree5156d0a8cf6f69b4ee3f784cb15fed45d3c44770 /docs
parent38b11cc978c9b1eacc5c1902628a9542ad5f104f (diff)
downloadcryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.tar.gz
cryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.tar.bz2
cryptography-99e61ea62b4d9dafe0a1535a167f0773da94bb68.zip
typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
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.