aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/hazmat/primitives/twofactor.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst
index 4160a17a..06be151e 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -145,7 +145,7 @@ This can be accomplished with something similar to the following code.
.. method:: generate(time)
- :param int counter: The time value used to generate the one time password.
+ :param int time: The time value used to generate the one time password.
:return bytes: A one time password value.
.. method:: verify(totp, time)