diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-11-27 07:08:40 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-15 15:49:48 -0600 |
commit | a68fd33ca8518a734b655457eca9ab28ccbcb7bb (patch) | |
tree | 3af34fc45521f6b9dba216a7959447512c6a1e9d /docs/exceptions.rst | |
parent | f1ef351362da9913f53fec73b68e188533036b4e (diff) | |
download | cryptography-a68fd33ca8518a734b655457eca9ab28ccbcb7bb.tar.gz cryptography-a68fd33ca8518a734b655457eca9ab28ccbcb7bb.tar.bz2 cryptography-a68fd33ca8518a734b655457eca9ab28ccbcb7bb.zip |
address review feedback
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r-- | docs/exceptions.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index b86d3eea..28da8ecc 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -43,8 +43,3 @@ Exceptions This is raised when the verify method of a one time password function's computed token does not match the expected token. - - -.. class:: InvalidX509Version - - This is raised when an X.509 certificate has an invalid version number. |