aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-24 13:36:43 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-24 13:36:43 -0700
commita57763a32722da0ec690a3f1f91e304d48f6943a (patch)
tree7225ccf1c9aa36aeed1ecd1788f2a430416e159d /docs/hazmat/backends/interfaces.rst
parent13ec5478f95cdffc7f0d224c80eb1a595a2538b0 (diff)
downloadcryptography-a57763a32722da0ec690a3f1f91e304d48f6943a.tar.gz
cryptography-a57763a32722da0ec690a3f1f91e304d48f6943a.tar.bz2
cryptography-a57763a32722da0ec690a3f1f91e304d48f6943a.zip
Removed strange use of quotes
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 3ed4cfb6..45cb1091 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -308,7 +308,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. method:: generate_dsa_parameters(key_size)
: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
+ either 1024, 2048 or 3072. For keys generated in 2014 this should
be at least 2048.
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