aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorMohammed Attia <skeuomorf@gmail.com>2014-03-04 19:20:45 +0200
committerMohammed Attia <skeuomorf@gmail.com>2014-03-04 19:20:45 +0200
commit71acc67e71013f8660a16d78520da22ec379e259 (patch)
treeca310c945a5e06ccdbb1a91016b4e156af5d05af /docs/hazmat/primitives/interfaces.rst
parent7a1738a1b8b3da2a215f2ea3aff73a67eaaab406 (diff)
downloadcryptography-71acc67e71013f8660a16d78520da22ec379e259.tar.gz
cryptography-71acc67e71013f8660a16d78520da22ec379e259.tar.bz2
cryptography-71acc67e71013f8660a16d78520da22ec379e259.zip
Change DSAParams to DSAParameters
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index d94aee83..cc2a3000 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -231,7 +231,7 @@ Asymmetric Interfaces
The public exponent. Alias for :attr:`public_exponent`.
-.. class:: DSAParams
+.. class:: DSAParameters
.. versionadded:: 0.3
@@ -296,9 +296,9 @@ Asymmetric Interfaces
.. method:: parameters()
- :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParams`
+ :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`
- The DSAParams object associated with this private key.
+ The DSAParameters object associated with this private key.
.. attribute:: key_size
@@ -327,9 +327,9 @@ Asymmetric Interfaces
.. method:: parameters()
- :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParams`
+ :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`
- The DSAParams object associated with this public key.
+ The DSAParameters object associated with this public key.
.. attribute:: y