aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-17 21:18:13 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-17 21:18:13 -0600
commiteda558ce9ffca610ee628884041832da4afb7645 (patch)
tree07932e47d252fd8e25a6aa373c2fe7c8fc6438ce /docs/hazmat
parent3292c994ba0516c59cc3e003f910a9f3c2bc0c54 (diff)
downloadcryptography-eda558ce9ffca610ee628884041832da4afb7645.tar.gz
cryptography-eda558ce9ffca610ee628884041832da4afb7645.tar.bz2
cryptography-eda558ce9ffca610ee628884041832da4afb7645.zip
more renaming
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index e4ae3e93..e97f40f4 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -231,13 +231,13 @@ Asymmetric Interfaces
The public exponent. Alias for :attr:`public_exponent`.
-.. class:: AsymmetricSignContext
+.. class:: AsymmetricSignatureContext
.. versionadded:: 0.2
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you want to sign.
.. method:: finalize()
@@ -250,7 +250,7 @@ Asymmetric Interfaces
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you wish to verify using the signature.
.. method:: finalize()