aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-02 21:57:59 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-05-02 22:08:05 +0100
commit19e97bd119a417d61c6b844d6e38734d457c779b (patch)
treebe0fd2c04d1a700756da6612ff9b71499364c0ea /docs/hazmat/primitives/asymmetric/dsa.rst
parent421e30d557c0b215d9a5a815af64326ccba4bfda (diff)
downloadcryptography-19e97bd119a417d61c6b844d6e38734d457c779b.tar.gz
cryptography-19e97bd119a417d61c6b844d6e38734d457c779b.tar.bz2
cryptography-19e97bd119a417d61c6b844d6e38734d457c779b.zip
Fix some typos in the docs
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index f7abaf0f..cc46029c 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -38,11 +38,11 @@ DSA
Generate a new ``DSAParameters`` instance using ``backend``.
:param int key_size: The length of the modulus in bits. It should be
- either "1024, 2048 or 3072". For keys generated in 2014 this should
- be `at least 2048`_ (See page 41).
- Note that some applications (such as SSH) have not yet gained support
- for larger key sizes specified in FIPS 186-3 and are still restricted
- to only the 1024-bit keys specified in FIPS 186-2.
+ either 1024, 2048 or 3072. For keys generated in 2014 this should
+ be `at least 2048`_ (See page 41). Note that some applications
+ (such as SSH) have not yet gained support for larger key sizes
+ specified in FIPS 186-3 and are still restricted to only the
+ 1024-bit keys specified in FIPS 186-2.
:return: A new instance of ``DSAParameters``