diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-09 17:45:52 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-09 17:45:52 -0500 |
commit | c1a218d3b9d8ca02851df3b8eebb4685bd35776f (patch) | |
tree | 8ae3f83bc0b6cdb78f8a4c681f2744ab028ee6c7 /tests/bindings/test_openssl.py | |
parent | bdafcd39172e118c4fc475770546ccef4d5e5784 (diff) | |
download | cryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.tar.gz cryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.tar.bz2 cryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.zip |
Update docstring to pass alex8 linting
Diffstat (limited to 'tests/bindings/test_openssl.py')
-rw-r--r-- | tests/bindings/test_openssl.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bindings/test_openssl.py b/tests/bindings/test_openssl.py index e0baaf53..1579f002 100644 --- a/tests/bindings/test_openssl.py +++ b/tests/bindings/test_openssl.py @@ -19,7 +19,8 @@ class TestOpenSSL(object): assert api def test_openssl_version_text(self): - """ This test checks the value of OPENSSL_VERSION_TEXT. + """ + This test checks the value of OPENSSL_VERSION_TEXT. Unfortunately, this define does not appear to have a formal content definition, so for now we'll test to see |