aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/twofactor.rst
diff options
context:
space:
mode:
authorJiangge Zhang <tonyseek@gmail.com>2015-06-03 20:37:39 +0800
committerJiangge Zhang <tonyseek@gmail.com>2015-06-03 20:37:39 +0800
commit0d9dbbe40d95cc623df218ebf74ef66f3bc1c758 (patch)
treeaca333b4537df4f52f8a5d3eb3bff10c460b4f28 /docs/hazmat/primitives/twofactor.rst
parentd4e0a839ef676a2ed05140f98ef3630deb0fdd61 (diff)
downloadcryptography-0d9dbbe40d95cc623df218ebf74ef66f3bc1c758.tar.gz
cryptography-0d9dbbe40d95cc623df218ebf74ef66f3bc1c758.tar.bz2
cryptography-0d9dbbe40d95cc623df218ebf74ef66f3bc1c758.zip
add license header and fix grammar errors.
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 016c30eb..e149da02 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -194,8 +194,8 @@ Provisioning URI
The provisioning URI of HOTP and TOTP is not actual the part of RFC 4226 and
RFC 6238, but a `spec of Google Authenticator <http://git.io/vkvvY>`_. It is
-wide supported by web sites and mobile applications which using Two-Factor
-authentication.
+widely supported by web sites and mobile applications which are using
+Two-Factor authentication.
For generating a provisioning URI, you could use the ``get_provisioning_uri``
method of HOTP/TOTP instances.