summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-07-15 15:19:13 -0400
committerEli Collins <elic@assurancetechnologies.com>2016-07-15 15:19:13 -0400
commitf95fbd9d0761ea39cea1a8535a06441fe653e9b0 (patch)
tree85b7457b9487bf3946da165e7c31d19b1a6aa77e /docs/lib
parent69138846405513588c47cac5ead19987b83942ad (diff)
downloadpasslib-f95fbd9d0761ea39cea1a8535a06441fe653e9b0.tar.gz
docs: corrected / updated various bits of text, especially TOTP docs
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.exc.rst7
-rw-r--r--docs/lib/passlib.totp.rst4
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/lib/passlib.exc.rst b/docs/lib/passlib.exc.rst
index 81c97b2..f90f330 100644
--- a/docs/lib/passlib.exc.rst
+++ b/docs/lib/passlib.exc.rst
@@ -21,7 +21,12 @@ Exceptions
.. autoexception:: PasslibSecurityError
-.. autoexception:: TokenReuseError
+TOTP Exceptions
+---------------
+.. autoexception:: TokenError
+.. autoexception:: MalformedTokenError
+.. autoexception:: InvalidTokenError
+.. autoexception:: UsedTokenError
Warnings
========
diff --git a/docs/lib/passlib.totp.rst b/docs/lib/passlib.totp.rst
index e535a39..fdb5fe4 100644
--- a/docs/lib/passlib.totp.rst
+++ b/docs/lib/passlib.totp.rst
@@ -68,8 +68,8 @@ Helper Classes
Deviations
==========
-* The TOTP Spec [#totpspec]_ includes an potentially offset from the base time (``T0``).
- Passlib omits this (fixing it at ``0``), but so do pretty much all other TOTP implementations.
+* The TOTP Spec [#totpspec]_ includes an param (``T0)``) providing an optional offset from the base time.
+ Passlib omits this parameter (fixing it at ``0``), but so do pretty much all other TOTP implementations.
.. rubric:: Footnotes