aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/twofactor.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-07-18 13:23:01 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-07-18 12:23:01 -0500
commit05aac201fc12d619facd6247f348c2015b688bc1 (patch)
tree00a250afb35cad03395c0db9e072e2b4e0baeac5 /docs/hazmat/primitives/twofactor.rst
parent69617caca7ff98f1a991b476669f1afcdfb01fb0 (diff)
downloadcryptography-05aac201fc12d619facd6247f348c2015b688bc1.tar.gz
cryptography-05aac201fc12d619facd6247f348c2015b688bc1.tar.bz2
cryptography-05aac201fc12d619facd6247f348c2015b688bc1.zip
A few small cleanups (#3046)
Diffstat (limited to 'docs/hazmat/primitives/twofactor.rst')
-rw-r--r--docs/hazmat/primitives/twofactor.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst
index a1391fae..abee80de 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -52,7 +52,7 @@ codes (HMAC).
provider.
:param enforce_key_length: A boolean flag defaulting to True that toggles
whether a minimum key length of 128 bits is enforced. This exists to
- work around the fact that as documented in `Issue #2915`, the
+ work around the fact that as documented in `Issue #2915`_, the
Google Authenticator PAM module by default generates 80 bit keys. If
this flag is set to False, the application develop should implement
additional checks of the key length before passing it into
@@ -175,7 +175,7 @@ similar to the following code.
provider.
:param enforce_key_length: A boolean flag defaulting to True that toggles
whether a minimum key length of 128 bits is enforced. This exists to
- work around the fact that as documented in `Issue #2915`, the
+ work around the fact that as documented in `Issue #2915`_, the
Google Authenticator PAM module by default generates 80 bit keys. If
this flag is set to False, the application develop should implement
additional checks of the key length before passing it into