diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-06 19:43:53 -0430 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-06 19:43:53 -0430 |
commit | 792eef345d138a0d0eff5df923f8218376e78621 (patch) | |
tree | 479a7090ede017536fbb5ebb1dfe76ddb1917d7a /docs/hazmat/backends/interfaces.rst | |
parent | d932f662d5e2659cb79a6aeb5aa1bdeffa2c067e (diff) | |
parent | 2a69b48f6a8e3a287a9fb1fa7728f01bde765a1b (diff) | |
download | cryptography-792eef345d138a0d0eff5df923f8218376e78621.tar.gz cryptography-792eef345d138a0d0eff5df923f8218376e78621.tar.bz2 cryptography-792eef345d138a0d0eff5df923f8218376e78621.zip |
Merge pull request #747 from alex/exception-heirarchy-refactor
Try to use more specific exceptions in places.
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-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 af19fbc6..a7a9661b 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -258,7 +258,7 @@ A specific ``backend`` may provide one or more of these interfaces. style key serialization. .. method:: load_openssl_pem_private_key(data, password) - + :param bytes data: PEM data to deserialize. :param bytes password: The password to use if this data is encrypted. |