aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-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 b119bc5b..bbaeb5e7 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -264,7 +264,7 @@ Asymmetric Interfaces
:type: int
The prime modulus that's used in generating the DSA keypair and used
- in the DSA signing and verification processes. Alias for modulus.
+ in the DSA signing and verification processes. Alias for :attr:`modulus`.
.. attribute:: q
@@ -272,14 +272,14 @@ Asymmetric Interfaces
The subgroup order that's used in generating the DSA keypair
by the generator and used in the DSA signing and verification
- processes. Alias for subgroup_order.
+ processes. Alias for :attr:`subgroup_order`.
.. attribute:: g
:type: int
The generator that is used in generating the DSA keypair and used
- in the DSA signing and verification processes. Alias for generator.
+ in the DSA signing and verification processes. Alias for :attr:`generator`.
.. class:: DSAPrivateKey