aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-09 17:45:52 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-09 17:45:52 -0500
commitc1a218d3b9d8ca02851df3b8eebb4685bd35776f (patch)
tree8ae3f83bc0b6cdb78f8a4c681f2744ab028ee6c7 /cryptography
parentbdafcd39172e118c4fc475770546ccef4d5e5784 (diff)
downloadcryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.tar.gz
cryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.tar.bz2
cryptography-c1a218d3b9d8ca02851df3b8eebb4685bd35776f.zip
Update docstring to pass alex8 linting
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/bindings/openssl/api.py3
1 files changed, 2 insertions, 1 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
"""