aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/bindings/openssl/api.py3
-rw-r--r--tests/bindings/test_openssl.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py
index fb68e21e..54a74d03 100644
--- a/cryptography/bindings/openssl/api.py
+++ b/cryptography/bindings/openssl/api.py
@@ -56,7 +56,8 @@ class API(object):
""")
def openssl_version_text(self):
- """ Friendly string name of linked OpenSSL.
+ """
+ Friendly string name of linked OpenSSL.
Example: OpenSSL 1.0.1e 11 Feb 2013
"""
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