aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-04 07:57:40 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-04 07:57:40 -0600
commita36661e45474e1d4f58f6b86d6e26c3ff75b2844 (patch)
tree5f296406b91aa2626ca42c3f72e21efcde75b7e3 /docs
parenta673dcc94796f9eb7fa87ce26784e5df1e033025 (diff)
downloadcryptography-a36661e45474e1d4f58f6b86d6e26c3ff75b2844.tar.gz
cryptography-a36661e45474e1d4f58f6b86d6e26c3ff75b2844.tar.bz2
cryptography-a36661e45474e1d4f58f6b86d6e26c3ff75b2844.zip
fix a doc8 violation
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index c138c742..f59a3552 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -56,8 +56,8 @@ Custom Asymmetric Vectors
protected by the secret "123456" with DES3 encryption.
* ``asymmetric/PEM_Serialization/dsa_public_key.pem`` - Contains a DSA 2048 bit
key generated using OpenSSL from ``dsa_private_key.pem``.
-* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pem`` - Contains a DSA 1024 bit
- key generated using OpenSSL.
+* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pem`` - Contains a DSA 1024
+ bit key generated using OpenSSL.
* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pub.pem`` - Contains a DSA
2048 bit public key generated using OpenSSL from ``unenc-dsa-pkcs8.pem``.