diff options
author | Laurens Van Houtven <_@lvh.io> | 2015-04-20 11:03:56 -0700 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.io> | 2015-04-20 11:03:56 -0700 |
commit | 01d54174ab88126f2b5162186262145ba4c39480 (patch) | |
tree | 22fa6c8b3ee0866301f7b31dd5ff2161388bbc35 /doc | |
parent | 59e3ab92adf21b12e94b846aa5742072b830c544 (diff) | |
download | pyopenssl-git-01d54174ab88126f2b5162186262145ba4c39480.tar.gz |
Remove PKeyType reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/crypto.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index c0626c2..ffeae11 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst @@ -35,11 +35,6 @@ A class representing the X.509 store context. -.. py:data:: PKeyType - - See :py:class:`PKey`. - - .. py:class:: PKey() A class representing DSA or RSA keys. |