summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-19 08:17:43 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-19 08:17:43 +0100
commit890eb6d8f7164c4a84cebb278fbb14e354e8d9d7 (patch)
tree5260d667297adbc95de4018b27acf1abdaa6c9ed /doc
parent8d4f97693260279e0411b73f3186976178058b73 (diff)
downloadpyopenssl-890eb6d8f7164c4a84cebb278fbb14e354e8d9d7.tar.gz
Braaaaand
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index ae8a64a..7597d7f 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -313,7 +313,7 @@ https://www.openssl.org/docs/manmaster/crypto/EVP_DigestInit.html
Backwards compatible type names
-------------------------------
-When PyOpenSSL was originally written, the most current version of Python was 2.1.
+When pyOpenSSL was originally written, the most current version of Python was 2.1.
It made a distinction between classes and types.
None of the versions of Python currently supported by pyOpenSSL still enforce that distinction:
the type of an instance of an :class:`X509` object is now simply :class:`X509`.