diff options
-rw-r--r-- | cryptography/hazmat/primitives/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index 3ffe09f1..828a801a 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -310,7 +310,7 @@ class DSAParams(six.with_metaclass(abc.ABCMeta)): @abc.abstractmethod def generate(self): """ - Generate DSAPrivateKey from the object's parameters. + Generate DSA domain parameters. """ @abc.abstractproperty |